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.