Hi,
I want to enable workflow status in the ticket based on the date field.
I have created a field, Training start date(Date Picker) which will be set while creating the ticket. So, when it is 30 days from the training start date, I want the workflow transition to be visible for the trainee.
Clearly, not changing the status from one to another when it is 30th day.
The requirement is, Workflow transition will be greyed out/not accessible until the 30th day from the 'training start date' field value. So, the assignee(Trainee) will not be able to change the status until then. On the 30th day, he should be able to change the status from Open to the next available status.
Can anyone help me with how to meet this requirement?
Hi @Ilakiya Srinivasan ,
while I'm not aware of this kind of more advanced' workflow functionality being available in Jira Server and Data Center out of the box, you should head over to one of the workflow apps available on the Atlassian Marketplace - see https://marketplace.atlassian.com/categories/workflow
What you're going to need is a 'workflow condition' that compares the current date with the one selected in your 'training start date' custom field.
Cheers
Thorsten
Good requirement.!
Can you describe what have you tried or experimented.?
Jira REST Api , or if you are using Jira service desk then the built in "Automation" (in Project settings - automation) should help you.
Automation is useful in creating such trigger, rule, action based activities.
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.