/
Conditions using JQL in JMWE
Conditions using JQL in JMWE
About JQL
About JQL in JMWE - using jqlSearch() function
Simple conditions:
- Issue type is a Bug
- Priority of the issue
- Checking the value of a multi-valued field
- Transition parent issue only when all the subtasks are in status “Done”
- Reporter is a member of a specific group - reporter in membersOf("")
Note: Not to use such expensive operations and instead use Groovy scripting
Complex conditions:
- The current issue is the only issue that is resolved
- "issuetype = "Test case" AND "Test Failed against browsers" is EMPTY" - Groovy condition
- Disallowing working on too many issues at the same time.
- Preventing users from reporting too many issues per day.
- Generate a report of all HIGH severity JIRA tickets for a project with key X (or name X) that were created from 9 PM EST to 12 AM EST from the start of the year?
Related content
Using Groovy with JMWE
Using Groovy with JMWE
Read with this
Using JQL in JMWE
Using JQL in JMWE
More like this
JQL precondition
JQL precondition
More like this
JMWE for Jira Server 6.0.0 release notes
JMWE for Jira Server 6.0.0 release notes
More like this
Link issues to the current issue
Link issues to the current issue
More like this
JQL precondition
JQL precondition
More like this