Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Script Validators

Fred Hauschel
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 25, 2014

Hi all,

we have a workflow with a transition that asks the user for attaching a file or add a comment. Does anybody have an idea, how we can realize that ? Before the transition the user is allowed to add a lot of attachements and/or comments. so attachmentManager.getAttachments(issue).size() >= 1 is no option.

1 answer

0 votes
Fred Hauschel
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 25, 2014

something like

"attachmentManager.getAttachments(originalIssue).size() +1 == attachmentManager.getAttachments(issue).size()"

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events