Hello!!
When I click on an issue i need do discover the id of that issue in a programmable way.
Does anyone knows how to do it?
Hello,
If you want this field to be visible for users, then create a custom field and then fill it with an app like Power Scripts, ScriptRunner.
If you want to use the Power Script app, then you could create a post function on the create issue transition with a code like this:
#{your custom field name} = id;
If you want to find it just for yourself, then you can execute the following rest api right in your browser:
https://yourdomain.atlassian.net/rest/api/2/issue/issuekey
Just modify the url and paste in your browser.
When i do the second thing you suggested, i get a menssage saying that what I am trying to see doens't exists or I have no permissions to see it. Do you know why?
What should be the route that I should use if I try to discover the id by a REST request?
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.