I would like to 'tick' a value in the 'flagged' field (custom field created by greenhopper/agile) if the parent issue's status has been 'in progress' for more than 1 working day.
on greenhopper itself, i had set a filter
status changed BEFORE startOfDay() TO "In Progress" AND status not in (Closed) AND status not in (Open) and issuetype="Technical task"
but it is not as useful as an issue flagged by a postfunction, which is more visual (bright yellow!) and more likely to get picked up.
I believe the right place to set this is in workflow, and "Set a field from a set of rules based on regular expressions"? Unfortunately the syntax for this is really complex, and i do not know how to write a condition in.
Can anyone help?
The workflow is not the right place to do this, as what you want does not involve changing the status of the issue!
What you need is some kind of (jelly-)escalation to update the flagged field.
argh
i think Jelly is slightly beyond my capacity, i had a look at that https://developer.atlassian.com/display/JIRADEV/Jelly+Examples but all of these are too different from my case you be able to do easy tweaks.
anyone know of a UI that helps building jira jelly queries?
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.