Forums

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

Is there a way to add a common label to multiple issue keys?

William J Cook
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 16, 2022

I have a list of 500+ issue keys in a CSV format and would like to add a common label to all. 

2 answers

2 accepted

2 votes
Answer accepted
Sam Nadarajan
Community Champion
March 16, 2022

Hello William,

I support what Jack said, I'd do a JQL filter and bulk update to add a common label, and you're done.

If you already have a CSV of the issues, add a column for the common label, and then reimport it using the external system import tool. This will update the issues if the issue key is defined on the CSV, it won't create the issues again. However, you want to be careful that the CSV contains all fields that are being used by the issues - if those fields are not on the CSV then they will be cleared.

See Updating Existing Issues on this page.

Hope this helps

1 vote
Answer accepted
Jack Brickey
Community Champion
March 16, 2022

You could use the CSV issue list in a JQL and the bulk edit them...

issue in (1,2,3...500+)

then use bulk change to edit the label field.

Jack Brickey
Community Champion
March 16, 2022

Note I don't know if there is a limit on the number of issue keys you can place in the search.

Suggest an answer

Log in or Sign up to answer