Trigger Operations Page

Select the project and event you want to perform in the Jira application.

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.
Select Event Select an event such as Issue Created, Issue Updated, Comment Created, and Comment Updated.
Webhook JQL

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.

Enter a valid JQL query in the text box. For example:

project=Team And issueType=Task
Validate Click to validate the query against the Jira application. The query response is displayed for a successful query and the request fields are displayed accordingly in the request schema. If the query is invalid, you receive a response for the errors in the query.