Invoke Operations Page

Enter the details based on the action you selected on the Action page.

Note:

  • The Jira Adapter does not currently support the Get Issue, Transition Issue, Bulk Get Users, and Bulk Create Issue operations.
  • If you configured the Authorization Code Credentials security policy for your Jira Adapter connection, you must ensure that the respective API scope is assigned in the Jira application before you configure the related operation. Otherwise, you receive an error during the runtime. See Configure the OAuth 2.0 Authorization Code and Assign the Scopes.

Query

Element Description
If you selected Query on the Action page to get records based on a selected object and operation or want to enter a Jira Query Language (JQL) request from/to the Jira application, the following options are displayed.
  • Retrieve: Retrieves records based on a selected object and operation from the Jira application.
  • Jira Query Language (JQL): Enables you to define a JQL-based query to send a request for querying and retrieving the information, which is queried from the Jira application.

The following fields are displayed if you select Retrieve.

Element Description
Select object Select an object within the selected action.
Filter by object name Type the initial letters of the object name to filter the display of names in the list.
Select operation Select an operation name, such as Get Attachment, Search Projects, and so on.
Filter by operation name Type the initial letters of the operation name to filter the display of names in the list.

The following options are displayed when you select Jira Query Language (JQL).

Element Description
Select project Select a project that you created in the Jira application. The projects you create in the Jira application are displayed for selection.
Select issue type Select an issue type such as Task, Bug, Story, Epic, Sub-task, Custom Issue Type, and so on. The issue types that are displayed for selection are based on your project selection.
Edit query

Select this check box to enter a valid JQL query in the text box. For example:

project=Demo And issueType=Sub-task OR priority=Low

You can enter a query or paste a query from the Jira application as per your requirement. In the query, the project and issue type field values are added based on your selection. You can select another value if required. However, don’t delete these values. You can add your query next to these values.

The query can also include custom fields and parameters.

Binding parameters Displays any binding parameter, if included, in the specified query. For example:
‘priority’

is a parameter in the following query:

project=Demo And issueType=Sub-task OR priority=&priority

Enter a query with a parameter and press the Refresh button above Binding Parameters. A text box in which to enter a test value for the parameter is displayed.

Note: If any field value contains the ampersand (&) symbol (for example, project=te&st), you must enter the ampersand (&) symbol (for example, te&&st).

Test Query Click to validate the query against the Jira application. The query response is displayed for a successful query and the response fields are displayed accordingly in the response schema. If the query is invalid, you receive a response for the errors in the query. See Error When Testing a JQL Query.

Create or update

Element Description
Select project

(displayed if you select the Issues object and the Create Issue operation)

Select a project that you created in the Jira application. The projects you create in the Jira application are displayed for selection.
Select issue type

(displayed if you select the Issues object and the Create Issue operation)

Select an issue type such as Task, Bug, Story, Epic, Custom Issue Type, and so on.
Select object Select an object within the selected action.
Filter by object name Type the initial letters of the object name to filter the display of names in the list.
Select operation Select an operation name, such as Create Issue, Update Comment, and so on.
Filter by operation name Type the initial letters of the operation name to filter the display of names in the list.

Delete

Element Description
Select object Select an object within the selected action.
Filter by object name Type the initial letters of the object name to filter the display of names in the list.
Select operation Select an operation name, such as Remove Attachment, Remove User, and so on.
Filter by operation name Type the initial letters of the operation name to filter the display of names in the list.