Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The use cases on in this page section provide examples of using your saved JQL Extended Search filters with JMWE – a leading Appfire automation solution available from the Atlassian Marketplace.

...

JMWE is an all-in-one Jira automation app to customize and expand your workflows. Its event-based actions and scheduled actions allow the scope of Jira issues to be based on a JQL query. Combining JMWE with JQL Search Extensions (JSE) means you can deliver more precise and customized automations without any additional development costs.

Child pages (Children Display)
allChildrentrue

Event-based actions based on issue hierarchy

ParentsOfIssuesInQuery(), or ParentsOfIssuesInQueryRecursive()

When a parent issue is closed, add a comment on all matching child issues

Function: ChildrenOfIssuesInQuery(), or ChildrenOfIssuesInQueryRecursive()

  1. In JQL Extended Search, perform a search for child issues matching a given query, for example
    issue in childrenOfIssuesInQuery("project='Birch' and type=Epic and status=Closed")

  2. Save the query as a filter. For this example, the filter is called JSE Children of Closed Epics.

  3. In JMWE, create or edit an event-based action to use the Issue Updated event.

  4. Set the scope to Only apply to issues that match a JQL filter.

  5. In the JQL input box, enter the filter name, for example, filter=JSE Children of Closed Epics.

  6. Add the Comment issues post function.

  7. Save the action. Save the query as a filter in JSE.

JMWE use case: When a parent issue is closed, add a comment on all child issues with this information

...

LinkedIssueType
Searches for issues that are linked to a particular issue type, i.e. all issues that are linked to bugs

JMWE use case: For issues that are linked to bugs, when the ticket is resolved in a particular project, add a comment to the linked ticket that the development ticket (Bug) is done.

Linked IssueStatus
Searches for issues with a particular status which are linked, i.e. issues in a project which are linked to bugs in To do status.

...

Event-based actions based on Agile

...