You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
HI,
I am trying to make automation rules to copy some fields from issues based on link type.
bug >> story >> product change in case linked issue is (Blocks )
story get fields from product change in case story blocks product change.
and bug get fields from story in case bug blocks story.
the issue comes if the user select in bug is blocked by story this mean this link in the story is (blocks) this lead to story is get fields from bug and i don't want this
in brief I want to only make story with product change issueLinkType (blocks)
and bug with story and issueLinkType (blocks)
below is my automation rule
is there any suggestion to define the source and destination types.
Hi Mohamed,
Maybe try another condition right after the first one for JQL:
issueLinkType = "is blocked by"
Or the opposite (is blocking) depending on which way you are going.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great! Glad you got it solved.
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.