Hi,
Is there any way to get Server ID of Jira server pragmatically ?
Please find attached image . How can I get that server Id value in jira server ?
Thanks & Regards.
This same kind of question was posted previously to our site in https://community.atlassian.com/t5/Answers-Developer-Questions/how-to-get-the-jira-server-info/qaq-p/573364 While the details of that reply were for Jira 6 versions, I think the updated way to find this can be found on
There is a getServerId() method you can call there in order to find this information. Note that these documents are for the JAVA API. I don't believe the REST API in Jira actually has this ability.
If you want jira server id than you can also apply like
ComponentAccessor.getApplicationProperties().getString("jira.sid.key");
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.