Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Bulk operation on linked tickets?

Benjamin Peikes
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 5, 2020

We typically use links instead of subtasks unless the subtasks are very small, mostly because you have to have separate types for subtasks, i.e. a bug is a type, a bug which actually needs 3 separate fixes, would require Bug type tickets, and Bug-SubTask types.

In any case, I don't see a good way to bulk operate on linked tickets. Subtasks have the little "meatball" menu which allows bulk editing.

1 answer

1 vote
Ste Wright
Community Champion
August 5, 2020

Hi @Benjamin Peikes 

I'm not sure what you mean by meatball menu - do you mean the breadcrumb icon (3-dots) where you can select to bulk modify sub-tasks in an issue?

If yes, you can bulk edit from a filter also. You will need the global permission "Make bulk changes" - and edit access to all the projects the issues live within.

----------------

Search:

First, search for linked issues - your options in standard Jira are:

issue in linkedIssues("ABC-1","is blocked by")
issue in linkedIssues("ABC-2")

^ This searches for all linked issues against one specific issue. You can specify the link type (like in the first example) or get all link types by removing the "is blocked by" (like in the second example).

Or...

issueLink = ABC-1

^ This find all issues linked to this issue of any link type (including sub-tasks). The good thing about issueLink is you can use it to find linked issues of multiple issues using IN.

You can specify the link type in this option - either in issueLink or using one of the specific link type searches - for example, below are both examples to find issues that block ABC-1.

There will be a good number of issue search types like "issueBlocks", depending on the link types configured in your instance:

issueLink["blocks"] = ABC-1
issueBlocks = ABC-1

Or...

issueLinkType = "is blocked by"

^ Find all issues within a specific link type. You could refine this to a specific project or similar to limit the search if all issues in you instance is too wide.

For more information on JQL field and function options, see the advanced search field reference and function reference.

----------------

Bulk Change:

Once you have your search results:

  1. Go to the breadcrumbs icon (3-dots in top-right corner)
  2. Select Bulk Change all XX issues, where XX is the number of issues in the search
  3. On Step 1, select the issues to modify - you can select them all by choosing the checkbox in the title row
  4. On Step 2, choose how you'd like to modify the issues
  5. On Step 3, select the specifics of the modification - eg. editing a field or transitioning the issues
  6. On Step 4, confirm the change and wait for Jira to complete the update

----------------

If this isn't what you meant - let us know, and we can advise further :)

Ste

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events