# Activities

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

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

| Activity | Description |
| --- | --- |
| [Jira Scope](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-scope) | Establishes an authenticated connection between UiPath and your Jira application. |
| [Execute Method](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-execute-method) | After 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 Attachment](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-add-attachment) | Adds 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 Attachment](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-delete-attachment) | Deletes a specific attachment. |
| [Download Attachment](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-download-attachment) | Downloads a specific attachment to a local folder. |
| [Get Attachments](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-get-attachments) | Retrieves 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 Comment](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-add-comment) | Adds 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 Comment](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-delete-comment) | Deletes a specific comment. |
| [Get Comments](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-get-comments) | Retrieves 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 Component](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-create-component) | Creates 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 Component](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-delete-component) | Deletes a specific project component. |
| [Get Components](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-get-components) | Retrieves 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 Dashboards](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-search-dashboards) | Allows 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 Filter](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-create-filter) | Creates a new filter.  After performing the operation, the activity outputs a `Filter` object that you can use as input variables in subsequent activities. |
| [Get Filters](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-get-filters) | Gets a list of filters as a `Filter[]` object that you can use as input variables in subsequent activities. |
| [Create Issue Link](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-create-issue-link) | Creates a new Issue Link. |
| [Delete Issue Link](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-delete-issue-link) | Deletes an existing Issue Link. |
| [Get Issue Link Types](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-get-issue-link-types) | Gets a list of Issue Link types.  The activity outputs an `IssueLinkType[]` object that you can use as input variables in subsequent activities. |
| [Get Issue Links](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-get-issue-links) | Gets 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 Watcher](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-add-watcher) | Adds a new watcher (`JiraUser` object) to an issue. |
| [Assign Issue](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-assign-issue) | Assigns an issue to a specific user. |
| [Clone Issue](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-clone-issue) | Emulates the clone function found in the UI. |
| [Create Issue](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-create-issue) | Creates 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 Issue](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-delete-issue) | Deletes an issue. |
| [Get Issue](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-get-issue) | Retrieves 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 Watchers](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-get-watchers) | Retrieves an array of `JiraUser` objects for a specific issue. |
| [Remove Watcher](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-remove-watcher) | Deletes a watcher (`JiraUser` object) from an issue. |
| [Search Issues Using JQL](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-search-issues-using-jql) | Retrieves 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 Issue](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-transition-issue) | Transitions an issue from one state to another. |
| [Update Issue](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-update-issue) | Updates an `Issue` object and returns a new `Issue` object after the operation completes. |
| [Create Project](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-create-project) | Creates 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 Project](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-delete-project) | Deletes a specific project with the option to enable undo, which places the object in the Jira recycle bin. |
| [Get Project Types](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-get-project-types) | Retrieves an array of project types in a `ProjectType[]` object. |
| [Get Projects](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-get-projects) | Retrieves 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 Project](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-update-project) | Updates 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 Transitions](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-get-transitions) | Allows you to get an array of transitions.  The activity returns a `Transition[]` object that you can use in subsequent activities. |
| [Create User](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-create-user) | Creates a new user.  The activity outputs a `JiraUser` object that you can use as an input variable in subsequent activities. |
| [Delete User](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-delete-user) | Deletes a specific user. |
| [Find Users](https://docs.uipath.com/activities/other/latest/legacy-integrations/jira-find-users) | Returns a `JiraUser[]` object based on a free text query string. |
