We would like to be able to include the component lead in our issue filters. We have 6 Service Leads (product managers) who need to be able to see all issues related to their components (services).
Can component lead be included in an Issue filter?
Hi Shannon,
I'm unclear why you cannot achieve your goal by simply using the Component itself. You could create a filter for each product manager based upon component. You could further associate these filters to a Dashboard for each PM.
There is not a field for component lead that could be leveraged w/in a JQL.
Thanks Jack. I wonder if there is an enhancement request for this that I can vote for or if I should submit one.
We are able to use " componentsLeadByUser() " to filter results for a user so they only see issues for their components, but we end up losing the value of cross functional engagement should someone be absent. They'd have to create an ad hoc filter to include componentsLeadByUser() naming the absent lead in order to see their issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I recently ran into this limitation, and opened a suggestion you can vote for (please do, since I REALLY want this improvement to see traction).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. I also find this annoying. As there are many components per lead and it's annoying to list all components in JQL - would be so useful to add component lead into a quick filter.
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 for the tip! It works fine and suits with what I needed!
Best,
Valerie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use the function componentSleadByUser (), for example something like this project = PROJECT AND component in componentsLeadByUser(), With this the fiter shows your issues assigned for you as component lead, if you want to see from an specific one, you hace to put the user in the beckets: project = PROJECT AND component in componentsLeadByUser(USER). I hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just tested this, and the case of a specific user is difficult because you need to use the username of the user and that's not easy to find (IMO) except by trial and error.
Regardless, I'm not sure why this seems to be working now but not when these tickets were opened. I am now able to create a Quick Filter for "My Components" that shows the current user all "their" issues based on component ownership.
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.