Hi,
I've seen a few similar articles but they don't seem to fit my use case...I am trying to pull in the NAME(s) of linked issues into a custom field, Name of Linked Issue(s) (labels type), id = customfield_11600.
Is this possible? If so, I need the automation.
Help please!
Thank you!
What does "Name of a Linked Issue" mean to you? Is this the Summary field?
And, would you please clarify what you are trying to accomplish?
For example, do you want to...
If so, which is the "source" issue to copy from, and to which issue do you want to update? The way your rule is written, it will do nothing other than copy the value from the trigger issue back to itself.
Or...do you mean something else?
Kind regards,
Bill
@Bill Sheboy - thanks for responding. My rule is wrong but I don't know how to correct it.
I'm trying to accomplish the below:
Thanks for your help):
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that information. A few follow-up questions before suggesting some specific approaches:
Would you ever expect there to be multiple issues linked, such as one-to-many issues?
If you do have many-to-many issue links, what would that look like in that custom field? For example, a long string of the summaries.
What would you expect to happen to the custom field when a link is removed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1. Would you ever expect there to be multiple issues linked, such as one-to-many issues?
answer = Yes
2. If you do have many-to-many issue links, what would that look like in that custom field? For example, a long string of the summaries.
answer = a lot of labels
3. What would you expect to happen to the custom field when a link is removed?
answer = the label should be removed if the link is removed
Thanks for thinking about these use cases and asking the questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that information, Apryl. Short answer: this may not be easily possible with an automation rule.
Would you please describe the problem you are trying to solve by reporting on that information? That may reveal another solution approach.
For your requested approach...the problem is the many-to-many links. As a result, such rules rarely work as expected. Here is an example rule and why this may not work.
One problem is caused by a feature of rules: branches on multiple issues run in parallel and asynchronously. And so the same issue could be repeatedly updated, leading to problems.
A complicated work-around is to use 2 rules: one to process the trigger issue and tell all current and prior linked issues to update themselves, and a second rule for them to update themselves for the custom field.
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.