Activities
The following table lists the activities that are included in the Jira Activities Package.
| Activity | Description |
|---|---|
| Jira Scope | Establishes an authenticated connection between UiPath and your Jira application. |
| 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 | 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 | Deletes a specific attachment. |
| Download Attachment | Downloads a specific attachment to a local folder. |
| 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 | 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 | Deletes a specific comment. |
| 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 | 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 | Deletes a specific project component. |
| 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 | 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 | 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 | Gets a list of filters as a Filter[] object that you can use as input variables in subsequent activities. |
| Create Issue Link | Creates a new Issue Link. |
| Delete Issue Link | Deletes an existing Issue Link. |
| 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 | 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 | Adds a new watcher (JiraUser object) to an issue. |
| Assign Issue | Assigns an issue to a specific user. |
| Clone Issue | Emulates the clone function found in the UI. |
| 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 | Deletes an issue. |
| 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 | Retrieves an array of JiraUser objects for a specific issue. |
| Remove Watcher | Deletes a watcher (JiraUser object) from an issue. |
| 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 | Transitions an issue from one state to another. |
| Update Issue | Updates an Issue object and returns a new Issue object after the operation completes. |
| 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 | Deletes a specific project with the option to enable undo, which places the object in the Jira recycle bin. |
| Get Project Types | Retrieves an array of project types in a ProjectType[] object. |
| 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 | 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 | Allows you to get an array of transitions. The activity returns a Transition[] object that you can use in subsequent activities. |
| 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 | Deletes a specific user. |
| Find Users | Returns a JiraUser[] object based on a free text query string. |