what we have are 2 issue types:po and contract. for po, there's a custom field called related contract, we will extract part of text in related contract. how to use automation to find the actual contract issue and related them? I'm stuck in defining the conditon that fit the search.
Hi @Gary Richardson - Can you please provide a little more context around how this automation would be triggered? For example...
Having a sense of the trigger helps identify how the rule will come together.
Hi Mark,
both issues are generated manually. For example, I first created a contract named 20221024company A service B contract info C, then at some time I created the PO named company A service B service date D. There's no rule to relate the PO and contract based on summary name, but there's a field in PO called related contract, I will put the right contract summmary issue in that field. So the field value in PO is equal to contract summary
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the further clarity. So, the challenge with creating the automation is that you'll need an anchor. The PO needs some way to identify which issue serves as its contract.
There are two ways we can go about this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. I used JQL for branch rule and set the summary ~ {{issue.related contract}} to link these 2 issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So does this mean you have the automation working?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.