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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How to find component ID?
Such as:
Find issues in the component with ID 20500:
component = 20500
Hi,
In cloud you can try this
https://your Domain.atlassian.net/rest/api/2/project/{projectId or Key}/components
Works also for self hosted installations, though it is not that eyefriendly :-). But it works and helps i. e. for preparing links to create issues.
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.
I have a solution that uses only the UI: Add or remove the component from an already existing issue, then check the issue's History tab. You'll see the component ID in the log.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@ban yige did you ever determine a solution for this? The advanced search and URL used to have the ID but now it is the term. I desperately need the id and can only use the UI.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@ban yige components IDs usually refer to the server version of Jira. Are you using a server or cloud version or Jira? If you are using a cloud version, then try the solution that @Mohamed Benziane provided. If you are using the server version, then read this solution, which may provide some help to your problem https://community.atlassian.com/t5/Jira-questions/How-can-you-use-SQL-to-find-the-component-id-for-an-issue-in-the/qaq-p/241611
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alex Koxaras _Relational_ Hope fully, it's for cloud as tagged. But, thanks as you have already covered for both.
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.