I would like to use automation to add a label such as moved from project A, every time an issue is moved.
Hi @Elise
For this, I would use Jira Automation to add a rule on the target project (and you can add specific source projects as needed), which essentially has the following basic config:
Trigger: Issue Moved
Action: Edit issue fields (Label)
See screenshot for reference.
Hope that helps - Steve.
In that case, you would need to add a rule for every project the tickets could potentially be moved to, specifying your project as the source project - not ideal unfortunately with Jira Automation.
This aside, you would probably have to look at creating a Scriptrunner (plugin) script to achieve this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Elise Sounds like you (at least someone who is a Jira Admin) will need to create a global rule, which qualifies the "from project" and has "to any project". Similar to this:
HTH,
KGM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Elise
In addition to the suggestions others have provided, I have three questions for you:
Kind regards,
Bill
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.