Within an automation rule that is triggered based on an issue being moved, is there any way for me to see which project the issue is being moved from and to?
As quickly as I asked the question, I found the answer.
From project: {{changelog.project.fromstring}}, To project: {{changelog.project.tostring}}
Thanks so much! Pointed the way for me this morning.
My task is to set security level when an issue is moved from an internal project (with no security) to an external project (level is critical to keep our customers in their own tix only). I want to use the project key and not the project name...
Not easy! There seems to be no project.key in the changelog. Eventually landed on a solution, just check the key of the ticket. {{changelog.Key.fromstring}} works like a charm:
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.