For example, "when field "x" takes value "y", set field "i" to value "c"".
In others words, I want to make a calculable text custom field (I use plugin "Jira misc custom fields") which takes value depending on some time condition (like "when "time"="current time"+30min?, custom field takes value (text) "red").
I've already made another custom field, which takes current time and adds to it 30 min and it works fine.
Аs I understand, this script ran only one time: when I creating an issue. How it will be initiated at described conditions (when issue already exists)?
Is it even possible: to change existing issues using a scripts?
Thanks.
you can write a listener which listens ISSUE_UPDATED event and check for customfield values.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In my situation some issues are not updated since they were created. I'm looking for some kind of scheduler, which can "refresh" all issues so my function could be executed. Like cron in unix.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
then in that case, you can make your listener listen for ISSUE_CREATED event also.
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.