Hi, im currently configuring a workflow for our Tasks.
I need to disallow issue transition if last transition happened less than 30 minutes ago.
I tried to use "Date Compare Validator" to compare Update Date with current date - 30 minutes. But im failing to write correct Expression to make it work.
I will appreciate any help.
@Artem Zavyalov
datePart(ID OF Update Date,LOCAL)>(datePart(ID OF Current Date,LOCAL) - 30*{MINUTE})
Let imagine ID OF Update Date is {00133} and ID OF Current Date is {00134} it will be in this format:
datePart({00133},LOCAL)>(datePart({00134} ,LOCAL) - 30*{MINUTE})
@Artem Zavyalov
Вы можете использовать это для более подробной информации:
https://apps.decadis.net/display/JWT/Expression+Parser
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 your reply, but we do not use Jira Workflow Toolbox in our project.
Date Compare Validator is a standard Jira Workflow Validator.
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.