Hi,
Is there any jira rest API that can I use in my project to get the jira version number and user number?
Thanks in advance
Hello,
You can get Jira version with this Rest Call:
https://docs.atlassian.com/software/jira/docs/api/REST/7.12.0/?_ga=2.176314085.1119120270.1538549461-492126670.1535639244#api/2/serverInfo
You can get info about users with this Rest Api:
https://docs.atlassian.com/software/jira/docs/api/REST/7.12.0/?_ga=2.176314085.1119120270.1538549461-492126670.1535639244#api/2/user-getUser
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.