I am looking for a way to display the location of the person that logged an issue in Jira. I can see the location field when I view the my profile but I can't find out how to add this on the issue view.
Hi @John Williams , welcome to the Atlassian Community and thanks for your post.
When you say you can see the location, do you mean in the user profile, as in admin.atlassian.com? When you talk about the reporter, do you mean just in Jira or do you mean also customers from the service desk?
As far as I know, it won't be possible to retrieve the location from the user profile.
A workaround would be to create an Assets Object Scheme to store the information about your users / reporters, like this. Basically to reference information in the automation, you need it to be in Jira.
If you have other questions or I've misunderstood you, please post again.
Best wishes
Thanks Valerie, I shall add this to the list of things to crack on with.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @John Williams , Welcome to the Atlassian community.
From what you mention, you don't need automation, but rather to gather information about the reporter's location. The location is a native piece of data in Atlassian that you can obtain via a REST API query.
The problem you're posing is the following: how do I obtain the location of each reporter who creates a request? You can solve this by configuring an automation that associates a custom field (new) with the location value obtained through the REST API.
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.