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

Assigning by default an owner to category

Hello,

we have a client who use RTC 4.0.4 and needs to have by default associated an owner to a Category so that whenever a new WI is created and in the field Files Against a certain Category is chosen then the appropriate Owner (already agreed in the team ) shows up in the field Owned By.

Is that possible ?

Thank you,
Zica

0 votes


Accepted answer

Permanent link
You could write a server-side participant (follow-up action) and set the OwnedBy field based on the value of the FiledAgainst field.  I don't believe there is any way to configure RTC directly to do this.
Ralph Schoon selected this answer as the correct answer

0 votes

Comments

I agree with Susan.

There is no built in capability available in RTC to achieve that.
A default value provider would not work, because the category is not available when creating the work item.
A script based value provider could be a solution, however, due to the limitations of the JavaScript API you would have to hard code the users UUID into the script.
A java based value provider would be another option.
The probably best option would be to create a participant triggered by server save.

Thank you both for your suggestions!

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
× 12,042

Question asked: Sep 12 '14, 7:56 a.m.

Question was seen: 2,805 times

Last updated: Oct 06 '14, 3:57 a.m.

Confirmation Cancel Confirm