i would like to move tickets with fix version to another status upon release.
i would be releasing from the project's Release page, ex:
how do i reference 'current project' in the jql, so i can change status of the jiras?
example jql:
> status = 'dev complete' and fixversion is not empty and project = CURRENT_PROJ
i am able to accomplish this by choosing 'single project' scope, but i have ~50 jira projects to apply this to upon releasing.
> status = 'dev complete' and fixversion is not empty and project = API
Hello @YC
Welcome to the Atlassian community.
Are all the projects this affects Company Managed projects?
Do the project all use the same status to indicate "dev complete" and to indicate "done"?
If so, you could set up a Global Automation Rule triggered on a version being Released and then transition all the issues in the release to "done"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.