Hi,
I have a problem with Jira automation, I'm trying to make automation, which will create new issues one year after, but before 2 weeks. I also add a new status for old ones.
Screenshot:
In Audit log it showing me this:
So, what I am doing wrong? Why it's not creating anything? I just tried to make some tests and nothing was created.
Edited:
I have resolved some problems and I can run the query now, but I'm getting an error.
Best regards,
Vladimir
I would double check the JQL on advanced issue search to verify that it yields the results that you want. From the image you provided to @Velizar Borisov it seems that your JQL yields 0 issues (not 0 errors). Thus it's not running.
I have tried with advanced issue search - if I understood it right. I will try to make it with Cron expression, was this your idea?
Screenshot:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vladimir,
Looks the query you are using is not retrieving any issues so that's the reason why nothing has been updated. When you use the JQL inside the Automation , you can use "Validate query" which is positioned just below the JQL window. It will just check if there are any issues returned by your search criteria, without updating them.
My assumption is you will have to use "issuetype = Score" instead of "type = Score".
Hope that helps!
Velizar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Velizar,
Thanks for your reply, I have changed on "issuetype = Score" instead of "type = Score". It's still not creating anything + I also tried to validate the query and I have 0 errors.
Screenshot:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It might be the case that you don't have any issues at all that are satisfying the criteria about the due date. Can you try place the same JQL in the Advanced Issue Search , just like @Alex Koxaras _Relational_ purposed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Velizar Borisov
I can run my query right now, but I'm getting a new error, could you look at it? I edited my question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Seems like your Score ticket, that you're creating with the automation rule, is at the same level as the sub-task ones, meaning it is logically under the Task/Story/Bug level.
If that's the case you might need to check your creation action and see what is the value for "Parent Issue" . If you need the Score sub-task to be under the Task/Story/Bug that triggers the rule, than simply use "Trigger issue" as a value in the "Parent Issue" set up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm trying to create an issue from a child issue and I also need to connect it with a parent of that child issue.
Screenshot of Create a new issue:
Also I added Linked Issues:
I made something wrong or I just can't understand what is wrong here.
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.