How can I filter Team Area List to just show teams within the current project?
A project wants to add an attribute to track the impacted teams on an issue. The Team Area list unfortunately has all projects and all teams, so it is very lengthy. Is there any way to filter it to just teams on the project?
Thanks.
Another idea I had was to use the categories for the project. Is there any way to have a Category List? I just see one category as an option for attribute.
Thanks.
Accepted answer
Hi,
https://jazz.net/library/article/1093, especially Lab 4 and 5 talks about attribute customization.
I don't think a value set would help with your request, unfortunately, but you could try to use the HTTP filtered value set, as suggested by Lionel.
You can especially try to get a list of the team areas using the HTTP filtered value set using OSLC or REST calls as described in Lab 4. This could help you, as it might avoid the requirement to create the XML and keep it up to date. The only thing I am not aware of is, if there is an OSLC or REST call to provide you with the list of teams.
https://jazz.net/library/article/1093, especially Lab 4 and 5 talks about attribute customization.
I don't think a value set would help with your request, unfortunately, but you could try to use the HTTP filtered value set, as suggested by Lionel.
You can especially try to get a list of the team areas using the HTTP filtered value set using OSLC or REST calls as described in Lab 4. This could help you, as it might avoid the requirement to create the XML and keep it up to date. The only thing I am not aware of is, if there is an OSLC or REST call to provide you with the list of teams.
Comments
2 other answers
Hi Carson,
If you just want to make the impacted team area shown in the work item, probably the HTTP Filtered Value Set could help you, which especially works well for a lengthy list.
there is a doc with detailed steps: https://jazz.net/library/article/1257
You can create a XML file with all current team areas and use it for that value set.
Hope this helps. Thanks.