Hi ,
We want to start using components. Have multiple projects in a board and give the same fix version to the subject release all projects' issues. Now I need to get list of components that are mentioned in the tasks with fixversion = X . Would really appreciate you help!
Hi there,
you can do a JQL like this
fixVersion = "whatever you named it" AND component is not EMPTY
to see all tickets using components
Hi,
Thanks for the answer , unfortunately that is not what we need .We do use JQL for =having tickets with components but I just need lists of components ( not showing duplicaion ) used in projects with fixVersion = " whatever at that moment "
Thanks anyway !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
If you are using the same fixVersion across all projects, and you want to see a list of components actively in use you can do a two dimensional filter in a dashboard. I am still not sure if this is what you are asking for, but it would look similar to this.
It would look like this, give you a list of components and the number of times used in each project. If you click the numbers, it will take you to a list of the tickets.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot , will try and write here whether I got what was in my mind !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Coley Anderson ,
It worked , Thanks a lot .
Maybe you can also help me to insert it in a confluence doc like queries with filer , and any option of geting the same info in an editable table.
Thanks in advance
SE
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.