So I have a ticket whose URL is like this if I see in address-bar
https://example.atlassian.net/jira/software/c/projects/{project-key}/boards/62
so can somehow I will get this part via "/jira/software/c/projects/{project-key}/boards/62"
assume I am already having project id and key.
or this part /jira/software/c/projects/{project-key}/boards/62 of the url will always be static except {project-key}.
The answer is No, as the number 62 refers to a board on a project. So the 62 is {board-id}, this is the explicit ID of the board (Scrum or Kanban).
This board kan be shared with multiple projects,
But this won't be available on all projects, so this "/jira/software/c/projects/{project-key}/boards/62" is never going to be static
This can be static "/jira/software/c/projects/{project-key}" and you can change the Key.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.