Skip to end of banner
Go to start of banner

Dynamic Issue Context Example 2

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

string [] issueKeys = selectIssues("project = Test");

for(string key in issueKeys) {   
    %key%.labels = "newLabel";
}

When updating the values of fields using a dynamic context the issue key must be wrapped in % signs. This shortcut converts the issue key (which is simple text) into an editable issue object. Without using the substitution shortcut (the % signs) the issue is read-only.

  • No labels