You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I am trying to set up an automation that recognizes a component name in the summary of a case and then adds that data into the component field of that case.
I can get the first bit done as follows.
{{issue.summary}}
contains
{{issue.component}}
The next stage is to edit the issue component field. But how do I carry through the data from the previous step? Is it even possible or has anyone got another suggestion as to how to do this?
Hello,
I would suggest using a JQL condition in your automation rule of the following type :
NameOfYourTextField ~ "Name of your component" (The text field of your issue contains your component)
If the condition is validated, you can then set the component to the concerned issue.
Let me know if it helped,
Guilhem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This works on a single component name
Summary ~ "Component Name"
Edit issue Component then choose the appropriate component.
Is that what you meant?
claire
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We often have questions from folks using Jira Service Management about the benefits to using Premium. Check out this video to learn how you can unlock even more value in our Premium plan. &nb...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.