You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Our current support email address is the source for all our tickets for the moment. I am attempting to automate organizing new incoming tickets. I have been able to successfully edit the 'Issue Type' field for tickets with a keyword, however the same logic does not apply for 'Request Type' fields and is throwing an error.
So far I have applied the same workflow for all Issue/Request Types as this was causing issues editing Issue Types. That fixed the issue.
Ticket successfully changes Issue Type:
Now, although the ticket's Issue Type is successfully changed to the correct one, editing Request Type throws the following error:
I'm uncertain as to what is causing the issue since the chosen Request Type [Migration] was created under the updated Issue Type [Change].
My logic goes as follows:
Support Email -> Jira Opens New Ticket [Service Request] -> Edit Issue type [Change] ->Edit Request Type [Migration]
Any assistance getting this working would be greatly appreciated!