Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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 Leaders.
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

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 Leaders.
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 Leaders.
September 9, 2024

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events