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
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can you please send the documentation and do I have to Install REST API Plugin in JIra side or Jenkins?
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.