UiPath Documentation
activities
latest
false

Classic Integrations activities

Last updated May 20, 2026

Activities

The following table lists the activities that are included in the Jira Activities Package.

ActivityDescription
Jira ScopeEstablishes an authenticated connection between UiPath and your Jira application.
Execute MethodAfter executing the function, the activity outputs action specific field values (if applicable) and the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities.
Add AttachmentAdds an Attachment to an Issue. After adding the attachment, the activity returns its properties in an Attachment object that you can use as input variables in subsequent activities.
Delete AttachmentDeletes a specific attachment.
Download AttachmentDownloads a specific attachment to a local folder.
Get AttachmentsRetrieves all the attachments for a specific Issue. After performing the operation, the activity outputs the list of attachments in an Attachment[] object that you can use as input variables in subsequent activities.
Add CommentAdds a Comment to an Issue. After adding the comment, the activity returns its properties in a Comment object that you can use as input variables in subsequent activities.
Delete CommentDeletes a specific comment.
Get CommentsRetrieves all the comments for a specific Issue. After performing the operation, the activity outputs the list of attachments in a Comment[] object that you can use as input variables in subsequent activities.
Create ComponentCreates a new Component. After adding the component, the activity returns its properties in a Component object that you can use as input variables in subsequent activities.
Delete ComponentDeletes a specific project component.
Get ComponentsRetrieves all the components for a specific Project. After performing the operation, the activity outputs the list of attachments in a Component object that you can use as input variables in subsequent activities.
Search DashboardsAllows you to search for dashboards by name, group owner, and other options. The activity returns a Dashboards[] object that you can use in subsequent activities.
Create FilterCreates a new filter. After performing the operation, the activity outputs a Filter object that you can use as input variables in subsequent activities.
Get FiltersGets a list of filters as a Filter[] object that you can use as input variables in subsequent activities.
Create Issue LinkCreates a new Issue Link.
Delete Issue LinkDeletes an existing Issue Link.
Get Issue Link TypesGets a list of Issue Link types. The activity outputs an IssueLinkType[] object that you can use as input variables in subsequent activities.
Get Issue LinksGets a list of Issue Links for an Issue. The activity outputs an IssueLink[] object that you can use as input variables in subsequent activities.
Add WatcherAdds a new watcher (JiraUser object) to an issue.
Assign IssueAssigns an issue to a specific user.
Clone IssueEmulates the clone function found in the UI.
Create IssueCreates a new issue in your specific project and issue type. After creating your new issue, the activity outputs its properties in an Issue object that you can use as input variables in subsequent activities.
Delete IssueDeletes an issue.
Get IssueRetrieves the properties and relationships of a specified issue. After retrieving the issue, the activity returns its properties and relationships in an Issue object that you can use as input variables in subsequent activities.
Get WatchersRetrieves an array of JiraUser objects for a specific issue.
Remove WatcherDeletes a watcher (JiraUser object) from an issue.
Search Issues Using JQLRetrieves an array of Issue objects that match your query parameter. After retrieving the issues, the activity outputs their properties and relationships in an Issue[] object that you can use as input variables in subsequent activities.
Transition IssueTransitions an issue from one state to another.
Update IssueUpdates an Issue object and returns a new Issue object after the operation completes.
Create ProjectCreates a new project according to your specified project key, lead, name, template, and type. After creating your new project, the activity outputs its properties in a Project object that you can use as input variables in subsequent activities.
Delete ProjectDeletes a specific project with the option to enable undo, which places the object in the Jira recycle bin.
Get Project TypesRetrieves an array of project types in a ProjectType[] object.
Get ProjectsRetrieves an array of projects with the option to query for specific projects. The activity returns the list in a Project[] object that you can use as input variables in subsequent activities.
Update ProjectUpdates a project. After the activity completes, the activity outputs the updated project as a new Project object that you can use as input variables in subsequent activities.
Get TransitionsAllows you to get an array of transitions. The activity returns a Transition[] object that you can use in subsequent activities.
Create UserCreates a new user. The activity outputs a JiraUser object that you can use as an input variable in subsequent activities.
Delete UserDeletes a specific user.
Find UsersReturns a JiraUser[] object based on a free text query string.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated