excel form on jira

Alper Şener March 20, 2014

is it possible to fill excel form on jira? i have a standart meeting form and want to people when they try to close meeting issue they have to fill this excel form, is it possible, how can i provide it?

1 answer

1 accepted

1 vote
Answer accepted
Midori
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.
November 4, 2014

What you could try is: introduce a condition (validator) to your workflow. When your users try to enter the "closed" status, the validator should check if the issue has at least one Excel attachment, and possibly check its filename, etc.

The Script Runner allows writing custom validators in Groovy, and it really should not take more than 10-15 lines of code: https://jamieechlin.atlassian.net/wiki/display/GRV/Validators

Suggest an answer

Log in or Sign up to answer