Get current project key in Javascript when Issues tab in project view is selected

Tuelle December 8, 2017

Hi,

I have a javascript resource that is loaded when the user clicks on the Issues tab in the project sidebar (http://127.0.0.1:2990/jira/projects/SCRUM/issues/). When the resource is loaded a function is executed which needs to know what the key of the project is. How can I find out the key of the project at this point?

Thanks

Tuelle 

1 answer

0 votes
Robin Surland December 8, 2017

The project key shows on all your issues and in the URL as projectKey=XXXX from your project when viewing a board, but issues is not representative of just one project, so you won't see it from that view.

Suggest an answer

Log in or Sign up to answer