You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
how can I find which jira project it is by the given projectId that I have?
Hi @Vera Valshonok
Welcome to the community!
In JQL you can type "project = <project id>" and it will list the issues. From there you can get to the project.
Regards,
Sushant Verma
Or you can use the Jira API
You can use the API call:
https://your-domain.atlassian.net/rest/api/3/project/{projectIdOrKey},
Replace {projectIdOrKey} with you projectId
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agreed with both previous members suggested. The easiest way will be using Issue search UI and switch it to JQL mode and put in "project = <your projectID>". Where in the resultset, you will see all the issues associated with the projectID in question.
From there you can just click on any of the issues to go into your project.
Hope this also helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
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.