I have custom field called Priority Number and it has multiple priorities like 1,2,3,4,5......, now I just wanted to restrict the values. ex. when user is creating issue he selected as priority 1 and if its resolved then only another user can create the issue with priority 1, if issue is not resolved then it should give the error message like Already priority 1 used once that is resolved then you can create issue with priority 1 or else please select next priority.
We are using cloud Jira.
Hello @Sreenatha Reddy J
Thank you for reaching out.
I'm afraid Jira does not have an inbuilt way to prevent a field to be added with a value if that same value is filled in the same field of another open issue, however, you can use Automation for Jira to achieve something similar:
These would be the steps to achieve the scenario above:
The logic behind that automation rule would be:
Let us know if you have any questions.
It is working when ever we changed the Priority_Number to 1. I just wanted when we creating the issue with priority number 1 then system/automation should check any open ticket is there with the same priority 1, if any open ticket with priority 1 then comment on the issue. If in case there are no open tickets with priority number 1 then no need to comment on issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Sreenatha Reddy J,
On that same issue trigger, you can properly set the issue operation to execute only when the issue is created:
Let us know if that works for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Automation is running when the Priority_Number is 1, but I want, when priority_Number giving as 1 while creating the issue, then Automation should check whether any open issues with priority#1 then Automation should run and comment the issue. If there are no open issue with priority#1 then automation should not trigger.
But with your automation rule when priority#1 then no matter whether any open issues are there with priority#1 or not the automation is triggering and commenting the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your feedback.
Actually, I tested the automation before sending it to you, and the behavior you mentioned does not match with the one I was able to achieve. In my case, the automation is checking if there are any open issues with priority#1, and it is not triggering if that is not the case.
That being said, I believe there are some JQL detail or automation settings that might be missing/misconfigured. Can you please provide us with a screenshot of your automation so we can properly check what might be happening?
On that screenshot, please provide us with the details you filled in the two conditions inside the automation.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Petter Gonçalves ,
Can you please send the screen shots of your Automation conditions clearly, so that I will try. Please do this needful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Sreenatha Reddy J
Here are the screenshots of each condition of my automation:
Condition 1:
Condition 2:
Let us know if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sreenatha Reddy J ,
I've moved this question to the Jira queue as I believe it relates more to that product vs. Statuspage - which this was initially opened in. Let me know if that's not the case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sreenatha Reddy J ,
Happy to help!
I want to clarify regarding the custom field you mentioned, are you referring to the Severity levels on Statuspage? If so, this would need to be a Feature Request since those values are available to all authorized Admins on Statuspage for all incidents. If possible, please provide a screenshot so I can make I'm understanding the question correctly.
Thank you!
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.
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.