Obtain the Planned For Value of a Given WorkItem with Java Plain API
Hello,
Thanks a lot for the help. |
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Oct 04 '13, 1:39 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Please have a look here http://rsjazz.wordpress.com/2012/10/05/handling-iterations-automation-for-the-planned-for-attribute/
Tiago Fernandez selected this answer as the correct answer
Comments
Tiago Fernandez
commented Oct 04 '13, 2:13 p.m.
Thank you for the response.
But for example I have an WorkItem number xxxx which the value of the Planned For field is "Release 1.0".
Thank you very much. It was a little hard for me, but I could figure out how to obtain the Planned For value of a workitem using the class PathHelper of your example of the link. I did: Already having the iAttribute....
def plannedForHandle = workItem.getValue(iAttribute)
Thanks a lot for the help. PS: My script is groovy, so I implemented the java way. |
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.