Hi
i have some kind solution that personal project in certain status clone issues into another project. both are connected with issue link. Now in another linked issue task update field and i like to get this data also into personal project task.
how i should build up automation for jira in DC solution?
When: Value changes for ...
If: Isuse matches JQL
For Linked Issues
Types: relates to
Then: Edit issue fields ...
here is the question how i should write jql or should be very detail?
Hello @Urmo
Thank you for reaching out.
Per your description, I understand that you would like a specific field in your personal task to get updated when that same field is updated in any cloned issues. Is that correct?
If that's what you are looking for, you don't need any JQL to do this, but only define the correct link (Is cloned by) in the branch.
You can follow the example below to understand how this can be achieved - P.S: In the example below, I used the field "Paragraph" as the field you would like to update:
The rule background would be:
Let us know if this information helps.
hello @Urmo
If you have scriptrunner, you can try using a JQL that looks like this :
issuefunction in linkedIssuesOf('project = xxx and key = {{issue.key}}', 'is cloned by')
hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
forget my answer and see @Petter Gonçalves one :).
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.