I have dozens of old projects that still say "open" in the status. I want to change that word to "done" or "closed" or something else. Is there a command for doing that in bulk?
Thank you!
Welcome to the Atlassian Community!
Jira does not have a native "project status", it works with issues.
Could you explain where you are seeing this project status?
Yes, perhaps "projects" is something we defined internally. Nevertheless, if I do an issue search as follows:
project in (NEWS) AND Labels in (email_revenue) AND status in (Open, "In Progress", Reopened, Dev, "Ready for Live", Design, Spec, "Spec Review", "Bug Fixing", "Dev QA / Bug Fix", "Live QA / Bug Fix", Live, "Ready For Dev", Prioritized, Resolved, Backlog, Requirements, "Ready for QA") ORDER BY updated DESC, due DESC
Let's say I want to change ALL results that come back with an "Open" in the Status column. Can I bulk change those to "Resolved" or "Backlog" or whatever else?
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, there's often a difference between Jira-project and real-life-project - it's actually quite rare that a jira-project is a direct 1:1 match with a real-life-project.
Stating that, and then giving us the JQL you are working with is a fantastic answer to my request for a bit of clarification. Thank you!
When you say your project is "open", it translates into Jira-speak as "a collection of issues (maybe in different Jira-projects) that are showing as open, so the project looks to be open".
The good news here is that yes, you can bulk-edit the issues, to get them closed off.
The bad news is that it might not be simple.
To get started, run your search. You'll get a list of issues displayed in the issue navigator (the gridded and paginated view of a list of issues). Look to the top-right-ish for the options menu (a simple ... ) and click it.
Now the complexities begin:
And the next round of complexity
And the bad bit is Jira doesn't tell you about the blockers until the end.
Imagine I've got 50 issues across 20 projects. I've got "edit" in 19 of the projects, I try to bulk-edit the priority field for the 50 issues, the damn thing will fail at the last step becuase I don't have permission to edit one issue from the list. (I want it to fail far earllier)
But, try it.
I would start with
In this case, you may be offered loads of different status. I'm afraid that's also "can only do one thing at a time" - you'll need to iterate through each different option.
But it's faster than "amend one issue at a time"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.