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
Hello! I have a question on automation. I just created a custom field where I want our help desk to put information on what kind of triage they did before they escalate a ticket to our IT team. The tickets are already connected meaning if they put the help desk ticket into triage, it creates a new ticket for IT. How do I take the information from the custom triage field on the help desk ticket and have it appear on the new IT ticket?
@Clare Lawson I'd first ensure that the issue screen has your custom field visible and then ensure your automation rule is populating that field in the issue created for IT. May or not be everything but some starters that you may need to do. I'm sure others will chime in here.
If the custom field is on the creation or edit view screen. From there when you creat the new issue with automations for Jira you will want to make sure a few things on the newly created ticket.
Using the linked issue field and setting the dependancy correctly for the link.
Setting the custom field you need to the new issue and copy from trigger issue.
As was stated the most important is to make sure the field is on the right screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also read up on smart values as they will let you combine data from multiple fields into variables that can be used in automation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi @Clare Lawson ,
the exact solution depends on where you are trying to add that information. I am assuming that the same field exists in the second ticket that is created and you simply want to copy the field. Assuming this is the case the below should work for you. Please advise.
Note in the example below I simply chose work in progress as the new status since I don't have a triage status. And then I chose environment for the field to update since I don't have a triage reason field. This is make sense?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.