Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Project administrators can configure automations within project. Automation is simple rule that is defined by JQL filter and details of the repeating. When issue is created and this issue match JQL filter of automation rule then adequate configuration with details of the repeating are set to this issue.

To configure project automation please go to Project settings > Automation.

Administrator can set as many automation rules as needed, but only the first one matching the JQL filter will be effective.

JQL filter provided in automation rule is not validated. Administrator must be verify itself if JQL is valid, e.g. in Jira Issue navigator. Rule with invalid filter will not be effective.

Defining rule for Issue workflow action

Because in Jira each issue type in project can be associated with different workflow schemes, please note that administrator need to set valid JQL filter that will limit issues to specific issue type suitable for the selected flow. That means that JQL filter should contain at least following clause: issuetype = Task

  • No labels