Hi Atlassian Community,
I am trying to extract the "Name" field (as illustrated in the picture below) to smart value so that I can use in Automation Rule. To be more specific, I'm trying to send email to a team leader informing him/her that the person in the "Name" field is requesting to access a system.
But I can't seem to find it after reading through the guides. My assumptions are:
1. This is a custom field and only administrator can call it.
2. I might need to dig deeper.
Either way, please enlighten me on the solution and be in touch.
Thank you,
John
hi @John To , welcome to the community.
You should be able to reference via the custom field ID as in below
{{issue.customfield_xxxxx}}
You can find a custom field ID by going to administration section under issues then custom fields. find your custom field and click on the… on the right and select edit. At the very end of the URL for that field you will see the custom field ID. Replace the xxxxx above with that ID.
Thank you Jack,
I totally comprehend your explanation. However, let me elaborate more on this matter:
As you can see in this picture, the email value can be extracted using {{issue.description.substringBetween("mailto:","]")}}
The reason I know this is because the value was passed on to me at work but I don't know how did this arrive as a solution.
What I need at the moment is to do the same with the "Name" field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.