Using Automation for Jira, I want to be able to pull the Fix Version(s) from the parent epic to the newly created card. To accomplish this, I created an automation with a single condition, and a single action. The rule is for a specific project, and the card created is the same project as the epic. The rule executes without error, but then I don't see any changes to the card. My configuration is:
Any help would be greatly appreciated!
I believe this would work
I created an epic and set a fix version
So if I create an issue under this epic, the fix version will be copied from the epic's fix version
I should have started by saying that I'd already tried that method, but turns out it is useful that I didn't, because it points me a little closer to the problem.
When I setup the configuration you suggested, it works as long as I'm adding the new issue from the epic card itself, or from the backlog board.
The problem I have is that I'm actually adding them from Portfolio, and this setup doesn't work in that situation. Any ideas how to correct to make it work from there?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah. That's right. In Portfolio, when you create a story under an epic, it's not really creating a ticket under an epic. It's actually creating a ticket first then it updates to the epic.
So, in this case, you would need to modify your automation to something like this
What this does is that it would copy the fix version of the Epic issue when the story issue's epic link is updated. It would follow the fix version of the new epic link.
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.