I've got a long'ish jql query that I want to use to determine a card color on a Scrum board. My query measures 440 characters.
I'm not able to save a query based card color using this query. Is there a character limit restricting this part of the application?
[Update]
I tested this further; 255 characters are accepted, but 256 are not.
Are there other ways to use large queries to determine card color on an agile board?
You can save your jql as a search filter and then refer to it in the Card colours screen like this:
filter=10000
(replace '10000' with the ID of your filter)
That works. Seems like a hack, but whatevs :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad it sorts it for you. Consider accepting my answer as a solution if you're happy - it'll help others facing the same problem.
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.