February 20, 2024

R4J: Copy Children Jql

I share in this post how to quickly copy the Jql for issues contained by multiple folders in R4J tree using the Atlasy PowerTool.

Problem Description

In some cases, you want to filter out issues contained by a list of folders in the R4J tree e.g. to build dedicated dashboards.

Implementation

This function is implemented in AutoHotkey R4J Library -> Function: R4J_CopyChildrenJql

This is based on the Jira_GetIssueKeys function that will extract issue keys from many open windows e.g. Jira bulk edit or current selection.

Usage

  • Select the folders holding the Shift key
  • Select in the Tree context menu -> Bulk edit
  • Run Atlasy Launcher and use the keywords r -> cc (copy children)
Jql is then copied to the Clipboard and you can paste it where you need it.

Example

See also

R4J Bulk edit/ delete folder including children issues

No comments:

Post a Comment