Forums

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

Rest API call

malika.raupova February 14, 2024

I am creating Jenkins job which does auto cleanup of Jira users based on last 90 days activity. I need to do through the Rest API. Can you please give me any examples 

3 answers

0 votes
Bill Sheboy
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.
February 14, 2024

Hi @malika.raupova 

Please look here for the current Jira REST API functions for users:

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-group-users

Please note well: some of these are listed as experimental functions and so may be subject to changes.

Kind regards,
Bill

0 votes
Humashankar VJ
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.
February 14, 2024

Additional plugin is not required to use its REST API in JIRA
Plugin may needed from the Jenkins side to facilitate the integration

Also let me get the actual steps for you to go closer to solve this

0 votes
Humashankar VJ
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.
February 14, 2024

Hi @malika.raupova 

 

Install REST API Plugin
Make use of the Jira's REST API to fetch user details and their last activity.

For endpoints and more you have to go with the Jira's REST API documentation for more step by step guide

malika.raupova February 14, 2024

can you please send the documentation and do I have to Install REST API Plugin in JIra side or Jenkins?

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