Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to extract Iteration Start Date and End Date along with Iteration Name and put them as 3 different values in RTC Customized Work Item

How to extract Iteration Start Date and End Date along with Iteration Name and put them as 3 different values in RTC Customized Work Item
Explanation ::
---------------

Iteration Name                 Iteration Start Date         Iteration End Date

---------------------                             --------------------------     -------------------------

Iteration 1                           08/20/2014                         09/19/2014

Iteration 2                           09/20/2014                         10/25/2014

Iteration 3                           10/26/2014                         11/20/2014

Where "Iteration Name", "Iteration Start Date" and "Iteration End Date" are the Customized Attribute in Customized WorkItem Type say "Iteration_Information"

Request to help me with code and how to do it

Thanks

PKC

Prasanta Kumar Chaudhuri

0 votes



One answer

Permanent link
because the Jazz runtime doesn't provide javascript support for interrogating iteration contents
see https://jazz.net/wiki/bin/view/Main/AttributeCustomization,
you will have to write a server side extension..see https://jazz.net/library/article/1000

download the javadoc (from the rtc product download page) and look at the Project and DevelopmentLines objects

for (IDevelopmentLineHandle dlh : Project_area.getDevelopmentLines())
{
}


0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,937

Question asked: Jan 02 '15, 9:30 a.m.

Question was seen: 5,181 times

Last updated: Jan 02 '15, 9:42 a.m.

Confirmation Cancel Confirm