affectedversion jdl clause

FabienA February 15, 2012

Hi Team,

Please does anybody knows how to use the jql clause affectedversion with the issue.getAffectedVersions(),

since the affectedversion is waiting for a string.

Many thanks for you feedback

Fabien

1 answer

1 accepted

1 vote
Answer accepted
Dieter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 15, 2012
Please check: http://docs.atlassian.com/jira/latest/com/atlassian/jira/issue/Issue.html#getAffectedVersions() So to construct your clause you could write this: for ( Version v: issue.getAffectedVersions()) addToMyClause(v.getName())
FabienA February 16, 2012

Yess Thanks so much that sounds very good.

Fabien

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events