Hello Atlassian Community,
I am currently working with the Jira Cloud REST API, specifically the GET /rest/api/3/statuses
endpoint documented here.
My objective is to retrieve the status information, including details about which user made changes and their email ID. However, after examining the API response, I cannot find any data related to the user who made the changes or their email ID.
GET /rest/api/3/statuses
endpoint to fetch the status details.
In the response above, there is no information indicating which user made the last status change or their email ID. This information is critical for audit and tracking purposes in our application.
Could you please guide me on how to obtain the following details:
Is there another endpoint or a combination of API calls that can provide this information? Any suggestions or best practices to achieve this would be highly appreciated.
Thank you for your assistance!
Best regards,
Saurabh
Maybe check this section: https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-users/#api-rest-api-2-user-email-get
Also, here is a thread with answers you might check: https://community.atlassian.com/t5/Jira-questions/Is-it-possible-to-get-the-issue-history-using-the-REST-API/qaq-p/510094
Alternatively, you can try Issue History for Jira app from my team. It provides information on any field changes and who made updates.
Here is an example with status:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Saurabh Sathe , Welcome to the Atlassian Community!
Just to be clear:
Do you want to get the status changes in the issue or the status changes like, name or category from the status?
The API you sent, is related to status as itself, not related to a Jira issue. Maybe what you need is take a look in the changelog API. This one here: Change Log - REST API
I look for hear from you
Kind Regards,
Fernando
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.
@Fernando Eugênio da Silva I am able to hit api and get log details but I am not able to see email-ids of all the users ? Does jira have access restrictions on APIs ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.