You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
My organization has a need to pull the comments report for specific Jira projects, however due to security reasons we do not want to bring in the comment body as it could possibly contain PII.
Does anyone know how we could write an API call for Comments, but exclude the comment body?
Hi @Katherine Nash,
I'm not sure how you are pulling the data using the API - is it a script or an external application or etc.
However, if it's a script or a code, then what you can do is to parse the return result of the API in JSON format and remove the body data from the result before storing the data into an Excel file/any format that you are using.
Jira REST API allows us to expand certain additional information for the REST API, but not limit the data that is being returned - that means it's up to us on how to want to process the return result.
I hope that this helps.
Thanks,
Moga
I have multiple projects that use variations of the same base workflow. The variations depend on the requirements of the project or issue type. The variations mostly come in the form of new statuses ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.