The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Request to fill field before approve

Eduardo Oliveira
February 8, 2021

I'm trying to create a workflow with validations. To do it, I create a new Workflow using [System] Change's Issue Types.

I would like that the approver fill some fields before approve the Issue, blocking the Transition until the approver fill the filed.

I tried to do it creating a new Validator in the Approve Transation, but the Issue are moving to approved without the field filled. [1]

 

How can I do this?

[1] https://confluence.atlassian.com/jirakb/make-custom-fields-required-in-a-workflow-transition-in-jira-server-691011903.html

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Jack Brickey
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 Champions.
February 8, 2021

Hi @Eduardo Oliveira , This JAC issue was closed as "Won't do". Unfortunately there is not explanation but the bottom line is that Validators are not 'honored' for customer transitions. I expect the issue is that they have not implemented a means of presenting screens to the user w/in the portal. JSDCLOUD-4007 

Eduardo Oliveira
February 10, 2021

Hi @Jack Brickey .
Make sense. I saw this after ask here, watching the Atlassian course.

Thank you!

0 votes
Nishanth Thimmareddy _Appfire_
Atlassian Partner
February 9, 2021

Hi @Eduardo Oliveira

Welcome to the community!

With Create on Transition for Jira Cloud, you can use the Conditioned validator and a Jira expression something like the following:

issue.customfield_10076 != null && issue.customfield_10080 != null

Note: for the above example, I have taken custom fields. You can use the same for system fields with their name like: issue.reporter, issue.priority etc

Please let me know if you have any questions.

Disclosure: I am the product manager for the app.

Thanks,

Nishanth T

Eduardo Oliveira
February 10, 2021
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events