Event-based actions - issue hierarchy scope
The following use cases use JQL Search Extensions (JSE) hierarchy recursive functions to set the scope for an event-based action in JMWE.
Recursive functions
When you want the scope of your search filter to apply to the hierarchy above or below the initial query, you can use JSE’s ParentsOfIssuesInQueryRecursive()
or ChildrenOfIssuesInQueryRecursive()
functions. For example, you can copy a comment from an epic to all the corresponding stories and their subtasks.
When an issue is updated, add a comment on all parent issues
JSE function |
|
JMWE event | Issue Updated |
JMWE action | Comment Issues |
Method |
|
When a parent issue is closed, add a comment on all matching child issues
JSE function |
|
JMWE event | Issue Closed |
JMWE action | Comment Issues |
Method |
|