Hi,
Would like to know the syntax for create an automatic rules that can switch ticket to closed with the lastComment
I've been create something like that :
status = "Waiting for customer"and LastComment (Auto) ~?
Don't really understant JQL Syntax if someone can help me
Hi @Steven Borne ,
just to be sure that I understand what you want to do : this rule would copy the last comment and add it again to the issue, and closing it ?
Thanks,
Alexis
Hi @Alexis Robert ,
First of all thanks for the reply.
What I want is a rule that automatically closes the ticket when they change status, like the ticket goes to "Waiting for customer" if no answear within 10 days, tickets will go to Closed states.
I have create something like this tell me what you think, don't rly know what mean ~ in JQL Syntax :(. (I'm actually rly bad in SQL)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Steven Borne ,
you can actually do this with Automation for Jira (it's an addon that's already included for free on every Cloud instance). The rule woulk look like this :
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the reply,
So they syntax "updated <= 3d" , mean that if no update of the ticket under 3 day the ticket will be closed ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
actually the correct JQL would be "updated <= -3d" to get tickets that have not been updated in the last 3 days.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can also have a look at this article on JQL : https://www.twybee.com/blog/jql-reporting-dashboard/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank it's all good for me,
I juste have an another question.
Do you know if its possible to run a rules whitout the even "When".
Like all my tickets are under the states "Waiting xxx" without update under xxx will be moove to Closed states. In fact I would like to don't wait the states changement ...
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.
Hi,
with automation for Jira you can choose a manual trigger, or have it triggered every day for example. This way it won't be based on your tickets status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alexis Robert I see you are community leader and commented on post pertaining to "LastComment" How do we enable "LastComment" in our instance? It is so valuable to use!! One client I was at, it was enabled, and we ran our projects using it and other client said it was a custom field. Now, this new client, we need it so How do we get a custom field to work/be enabled? I was told here that the CCC Last Comment Plugin - we do not own and it is not compatible with the version of our Jira Data Center. We need last comment (and assigned date) but how do we make them available for us?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!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.