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.
We have a lot of automated tickets coming in from our clients. As they are automated the structure always is the same.
It would be great if I could create an automation that fetches the information from the ticket and adds to custom fields so I can structure them in queues. Is that possible?
An example of what I want.
The ticket includes the following information:
Server-ID: XMR-23456
XMR-23456 is than added to custom field "Affected Hardware".
Hi @Olof Nysten
Possible.
Using advanced compare use the following regular expression.
{{issue.description}}
contains regular express
XMR-\b\d{5}\b
Once keyword is found then you can update a custom field by the first occurrence of the keyword which you can fetch using.
{{issue.description.match(".*(XMR-\b\d{5}\b).*")}}
This regular expression will look for XMR-12345 (5 digit number) but you can modify it as per your needs.
I hope it helps.
Ravi
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.