Hello,
we created a new workflow schema. We created a new workflow and assigned that new workflow to the new workflow schema. We created a new screen; we did not add any field to this new screen so that it contains only the commentary field. We added this new screen to some of the transitions in the new workflow.
So every time we make a status change (only for some transitions) the new screen mask comes up and shows only the commentary field. How can we request that there must be commentary entered before the user can save/continue?
Regards
Stefan
Hi @Stefan , in order to validate it you need on the same transition to have a "Validator". The validator have to verify the following option:
Commentary != empty (maybe instead of empty is "null")
By doing so, if the commentary is empty it won't allow to continue/complete, so you need to fill it at least with some value.
Hope it helps.
Kind regards.
Well, I am confused. I have a test version of Jira (Cloud) and there I can find that Validator.
But our production version is a server version (8.5.1). There I have not the choice of that validator, the choices of possible validators are less than in the cloud version.
How can I get those validators that are available in the cloud version? There is also a validator called "Field Required Validator" in the cloud version, but that validator is missing in the server version!?
Regards
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Stefan
Yes, in Jira Cloud that option is automatic, Jira Software on Server you gotta need a plugin as per https://confluence.atlassian.com/jirakb/make-custom-fields-required-in-a-workflow-transition-in-jira-server-691011903.html
I personally thought you had it already, so my bad regarding it, but yes, you'll need to buy it in order to do this kind of modification and triggers in Jira Server.
Kind regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the information.
But your answer let me remember an older question of mine. It was about changing the status of all subtask (manually) by the assignees. And if all subtaks are changed to a specific state (for example "done") automatically change the state of the parent task also to "done". Is that possible with this "JSU Automation Suite for Jira Workflows"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have not ever tried this case, but searching by this forum I found a solution in the following reply: https://community.atlassian.com/t5/Jira-questions/Can-we-have-parent-story-status-change-to-IN-PROGRESS-when-any/qaq-p/1065638
This seems to be your case, just instead of parent is child.
Not sure tho the best plugin to fit all your needs. Better investigate further regarding your needs.
Kind regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.