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

How to add multiple users name in contributor type attribute using DOJO script

 Hello,


I have two attribute one is team area and another is custom contributor, I want to show users name in contributor attribute based on team selection using Dojo script, is it possible to push values into contributor using Value set provider script.

below is generic script, please suggest is it possible using Dojo script or not

dojo.provide("com.example.ValueSetProvider11");

(function() {
    dojo.declare("com.example.ValueSetProvider11", null, {
        getValueSet: function(attributeId, workItem, configuration) {
       
            var result= [];
            result.push("_SsBF4DZuEeypp4-L1XAmrg");
            result.push("_hKXl0DZuEeypp4-L1XAmrg");
            return result;         
        }
   });
})();

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: Nov 18 '21, 1:57 a.m.

Question was seen: 601 times

Last updated: Nov 18 '21, 1:58 a.m.

Confirmation Cancel Confirm