How can I filter Team Area List to just show teams within the current project?
Thanks.
Accepted answer
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
thanks Ralph, I did try to find a easier way for generating the team list, but couldn't find any. :(
Thanks guys! This helps.
If OSLC does not help and it is necessary to generate the Team List automatically, maybe using some automation running in e.g. a build and generate and publish the list would help. Some AI code you could harvers is here: https://rsjazz.wordpress.com/2012/12/09/analyzing-a-aroject-areas-members-and-roles-using-the-plain-java-client-libraries/ how to publish the result is described here: https://rsjazz.wordpress.com/2013/07/23/publish-xml-data-using-tomcat-hotfix-for-the-process-enactment-workshop/ and in some similar posts.
You can also store the data in Jazz SCM as described in this thread: https://jazz.net/forum/questions/105650/http-filtered-value-set-the-reference-to-entity-etag-must-end-with-the-delimiter-problem?utm_campaign=forum&utm_medium=email&utm_source=forum-new-comment&utm_content=forum-question