Predefined query values for Work Item and Work Item List attributes
When I insert a value on Work Item or Work Item List attributes, I can search the Work Items by Project Area, WorkItem Type or a Query.
Is there the possibility to set/force these fields with specific values?
Thanks in advance.
Bye.
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Oct 22 '19, 2:49 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Oct 22 '19, 2:49 a.m. If you ask about using algorithms to
my answer would be using Java https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/
Does JavaScript work?
Item List attributes (workitemList, teamareaList,...): I have never been able to write a JavaScript that would be able to provide value sets or set lit type attributes.
Item attributes (work item, project are, contributor etc.): If you can get the UUID of the object, you can return that in JavaScript it should work. I did this for attributes of type contributor.
Keep in mind that I am terrible with JavaScript.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.