Hi all,
How can you validate that when creating a story it is only possible depending on the value of a field that contains your epic? we don't use scriptrunner
Thanks !
Gustavo
Hi @gustavo pereyro !
I think you might want to add a validation like John suggested: "add a validator to the workflow transition. If you want it required to create an issue, it should be placed on the Create transition in the workflow. "
Check out John's full answer here:https://community.atlassian.com/t5/Jira-Software-questions/How-to-set-a-required-field/qaq-p/1400111
I think it could look like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @David Blank your information is correct, but I must validate the value of an epic field, not if the story field has a epiclink, sorry if I was confusing
example,, If the value of custom field in the epic is XXX is possible create the story
if the value in the custom field is different at XXX is NOT possible create the story
This action is in the creation action
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@gustavo pereyro What if you run an automation rule when the issue is created and then change the epic if the user selected wrong?
Maybe something like this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry. the value in epic is an custom field
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.