All cards in project "SCF" will have a counterpart card in another project ("WS" "DEV" etc).
When the counterpart card is updated (status, Team assigned, due date) I want to trigger updating the SCF card information with the update.
What is the best way of accomplishing this?
So far I have tried to create a global automation when a value changes and a linked issue is present "covered by" then copy from the trigger issue. The problem with this is it wants to perform updates on any card that has the covered by link, and wants to update both (SCF and the counterpart card).
I only want it to trigger and update oneway. I never want my SCF cards to update other cards in other projects.
Hi there,
Someone may suggest a better way here, but I think what you have here sounds fine and is just missing a step.
Before the action step in your automation, try adding a condition that specifies that the project should not be SCF. The Issue fields condition should take care of this. This should prevent outward updates from the SCF project.
Should not be would prevent outward updates? But still allow the update to happen with SCF? Interesting.. I'll play around with that and come back with the results and a screenshot of the automation architect that I'm working on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am updating it because I figured it out! It appears to be working properly!
Also, are there any free courses, self-learning (with tests and everything) or training I can do self-paced to learn even more?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome - glad to hear!
I highly recommend starting with Atlassian University. There are plenty of free trainings around Atlassian products and other industry trainings there.
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.