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.
When a task is created, I want the reporter field value copied over to the impacted user. Can I do this with Automation for JIRA?
Hi Saskia,
Yes you can certainly copy a user field across on create. Here's an example rule:
Project automation - Code Barrel JIRA 2017-01-24 08-45-49.png
So I simply used the edit issue action to set the 'Reviewers' user custom field (in your case this would be 'Impacted user'). The trick then is to use a smart-value to set the reporter. Simply type this in the field:
{{issue.fields.reporter.key}}
When the rule executes, this will be evaluated to be the username of the reporter of the issue that was created. Hope that helps!
Cheers,
Andreas
Hi,
I am trying to do something similar. I need to take the child value from a custom Cascading Select List and copy it to the Application Name field when the issue is created.
FYI I am a novice when it comes to Automation. When I search for the Cascading Select List 1 I am unable to find it in the Choose Fields to set section.
thank you
Robert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Robert Carey ,
Did you find your solution I need to implement the same thing but could reach it so far ?
- which plug in do you use fro cascading select ?
- I need to fillup the summary field with all value from each cascading select field
regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am looking for help with JSON to do similar - split a custom cascading field into two customer text only fields so that I can pull them into Advanced Roadmaps and reports. Anyone can help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @andreas ,
I am facing issue when i am trying to copy value of manager field to Approvers field in jira cloud automation.
I am not bale to do so by using below smart values, could you please suggest the right method. it would be of great help.
{
"fields": {
"customfield_15601": [{ "id": "{{issue.CustomField_15806.value}}" }]
}
}
Note : My manager field holds value from user property field (key:value)
Regards,
Vinod
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.