Hello!
I have custom field for linking issues. I made automation rule that proof tat this field is not empty and link issue with pointed in custom field.
But sometames users fill uncorrect this field and automation rule stopped and showing error. How can I filter uncorrect "issue key" to make rule work smooth?
Thanks.
You would need to find or write a listener that can check what people put in the field and correct or clear it.
However, why? Why are you doing this with a custom field? Why can't you simply ask your people to use issue links? They won't let people enter invalid issues and have a search function to help them find the right one, and have a better view when the issues are viewed/
Thanks for advise, but this is not the answer for question
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The first paragraph is.
The second paragraph is a better answer though - is there a reason you don't want to use the issue link field for what it is for?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, the first paragraph is, but this is design of solution. And there is no answer, can I or cant't use Jira automation servises or may be JQL request and operators to realize that solution
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your "design" is a bad one, I'd suggest fixing that instead of botching something with code.
Automation can't help you with this, you'll need to write code that can validate the field and either tell the user they've entered junk, or take a guess at what should be entered.
If you used issue links as intended, you wouldn't have this problem - it's got a search, it validates automatically, and won't go wrong if an issue is moved
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.