how to make automation when certain fields are empty so the issue from in progress can't be moved to done?
You can not make it via automation. You should simply add field required validator to a transition in workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have applied Validators as the image below. but users are not able to move the jira tickets now. even when comments are there. have I missed something.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have fixed the issue by adding a comments screen so when a issue is transitions a comment screen will pop up, user will enter their comment and move the ticket to the next status.
Works fine for me now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This issue with using Validation is that you can't isolate it to only one Issue Type unless you create separate workflows for each issue type. This would unnecessarily over complicate the workflow. I am also trying to do this via automation so I can isolate it to only a single issue type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.