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

Dynamically Mandatory Attributes - Problem with indication (RTC V3.0.1.1)

Hi All,

            I followed the wiki and enabled the dynamic attribute based on another enumeration value. But the * mark doesnt appear to indicate the mandatory attribute. I am using RTC V3.0.1.1 .

I noticed that this issue is fixed - but is it in a later version of 3.0.1?

Thanks.

0 votes



2 answers

Permanent link
Valli, you can find the latest versions here: https://jazz.net/downloads/rational-team-concert/releases/ if you found the work item, only that can tell you where it got fixed.

0 votes


Permanent link
 Script is :
<pre>
dojo.provide("com.ibm. workitems.providers.New"); 
dojo.require("com.ibm.team. workitem.api.common. WorkItemAttributes"); 
(function() { 
var WorkItemAttributes= com.ibm.team.workitem.api. common.WorkItemAttributes; 
    dojo.declare("com.ibm. workitems.providers.New", null, { 
        matches: function(workItem, configuration) { 
            var RAG= workItem.getValue("exec_ Indicator"); 
           var state= workItem.getValue( WorkItemAttributes.STATE); 
        console.log("RAG Value is " + RAG); 
          console.log("State Value is " + state); 
if ((RAG === "WorkItemMeasurement.literal. l2") && (state === 
"RiskWorkflow.state.s2")) 
console.log("success"); 
       return true; 
        } 
    }); 
})(); 

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
× 6,122

Question asked: Mar 04 '13, 4:04 a.m.

Question was seen: 4,626 times

Last updated: Mar 05 '13, 7:54 a.m.

Confirmation Cancel Confirm