The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve user profile information via automation

Richard Scholtes
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 20, 2024

I know the title sounds very similar to this one: 

 

Solved: Retrieving User Profile info via Jira Cloud Automa... (atlassian.com)

 

Unfortunately this example was very specific and I didn't find all the information I needed to reproduce this for my needs. So I'd like to make this one a more general approach to the technique behind it. Can someone please explain me - and everyone that stumbles upon the question afterwards - what happens in the steps of the automation and what information needs to be filled in the web requests to achieve the data transfer from the Atlassian User profile to a custom field in a JSM issue.

Thanks a lot!

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Vijay Dadi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
September 9, 2024

Hello @Richard Scholtes ,

Have you tried making a web request call to the jira user table which gives you all the details about the user profile.

/rest/api/3/user/search?query='user@example.com'

All the attributes can be access via smart values {{response.body.value}}. 

Hope this helps!

Vijay

 

Richard Scholtes
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
September 9, 2024

and how exactly would a web request call like that look in automation?

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events