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

what is the difference between CLOSED_STATES and CLOSED_STATES_GROUPS in RTC Expressions ?

Hello All,

We have a usecase wherein, we need to sync the severity of the defect workitem to problem workitem,
We have the following code . where we  get both closed and invalid workitems

  IQueryableAttribute stateAttribute = QueryableAttributes.getFactory( IWorkItem.ITEM_TYPE).findAttribute(projectArea,IWorkItem.STATE_PROPERTY, auditableCommon, monitor);
  Expression closedStates = new VariableAttributeExpression(stateAttribute,
      AttributeOperation.EQUALS, new StatusVariable(IWorkflowInfo.CLOSED_STATES));

what is the difference between CLOSED_STATES and CLOSED_STATES_GROUPS.

Request you to please assist on this.

Thanks.

1

0 votes


Be the first one to answer this question!

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,938

Question asked: May 12 '17, 12:23 a.m.

Question was seen: 1,842 times

Last updated: May 12 '17, 12:23 a.m.

Confirmation Cancel Confirm