Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

wanted to transition issues from close to reopen state using jira automation plugin using jql filter query.

GEETHAP March 19, 2015

wanted to transition issues from close to reopen state using jira automation plugin using jql filter query.

1 answer

0 votes
Udo Brand
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 19, 2015

If I see it correct the query runs every five minutes. Problem seems to be

"Follow up Date" = now()

now() contains also a timestamp part. If your Follow up Date is with timestamp it is unlikely that now and your datetime is the same (up to the second). If Follow up Date is only a date then the timestamp of this date is 12:00 am that usually is also not equal now()  - only at midnight

try to use 

"Follow up Date" >= startofday() and "Follow up Date" <= endofday()
GEETHAP March 19, 2015

I want to transition the issues based on followup date should be today.does this work?

 

Udo Brand
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 19, 2015

Yes, but it is not working with now(). Use the query I stated above. StartOf Day() is today (12:00:00 am) and EndOf Day() is today at 11:59:29 pm

GEETHAP March 19, 2015

Giving the above query worked for 3 times.but again hung up showing this message "Scheduled rules are executed with respect to the server time: 19/03 9:26 PM".Please suggest

 

Udo Brand
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 19, 2015

I never have used this plugin. So I can't tell you much what that means. I suggest adding the corresponding tag for this plugin to this question. So it will get more visibility.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events