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.
How to copy the Organizations field value to a custom field(IT Organization) ?
I want to copy the value of Organizations to a custom field IT Organization, please help me.
with the following rule I had success. However, please be noted that "Organizations" can potentially hold multiple values. In the example only the first is taken:
In "Edit issue fields" this can be done by:
{{issue.Organizations.first.name}}
Please take your time to test it a bit - also there was a discussion on this topic - at the end of last year. This can bring in some more details on how this is working:
https://community.atlassian.com/t5/Jira-Service-Management/Smart-value-for-Organization/qaq-p/1395197
Of course, you can adjust also the trigger according to your needs.
I hope this gives a first starting point to explore further what is possible with Automation.
Regards,
Daniel
Hi @Ezee Support - Welcome to the Atlassian Community!
Not tried to copy those exact fields before, but maybe you can accomplish that with Automation For Jira.
Can you give us the exact scenario of when you want to copy the field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @John Funk
when an issue is created, i want the value, that is being there in Organizations field also to be copied to custom field IT Organization, which i created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, the Organizations field is a special type of field that doesn't have a direct link to any custom type fields. So you would need to try to capture text out of the Organizations field to put it in your IT Organization field. Just realize that it won't be the same value in reality.
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.