Is there any way to get current board id? I would like to know the context I am currently in with my plugin. Something like AP.context.getContext(), but with board id. This context returns only project and license info.
Community moderators have prevented the ability to post new answers.
Hi Adrian - Welcome to the Atlassian Community!
Just take a look at the URL - it will be the last number in the address. Should look something like this at the end:
RapidBoard.jspa?rapidView=706
So 706 would be the board ID in that case.
Hi Adrian,
I am assuming this is for Jira Software Server. Navigating to a board, or hovering over a link to that board, will show the URL. Look for rapidView=<board_id_num>. Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adrian
This videos should help.
How to get board id in Jira id of scrum or kanban board ...www.youtube.com › watch
Victor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am asking about cloud. I know there is JSON object under window.name property with "productContext":{"board.id":"1","project.key":"TEST","project.id":"10000","board.type":"scrum"}
that has such info but there is no official documentation for this and I don't know if this will stay or be removed in the future.
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.