Search code examples
jirajqlgreenhopperself-documenting-code

Jira JQL can have inline/embedded comments?


I found a good list of tutorials about JQL, including a reference on how to write a plugin [1]. Is there already or would it be possible to add comments to a JQL query?

For example, to document my item, I'd like to be able to document that our sprint 'number' differs from the jira sprint 'id'; sprint = 777 (* Agile sprint #50 *)

//Update ; I notice that the Sprint ID is apparently not immediately created upon opening of a sprint. We just started a new sprint but there is no number for it, according to browsing the report page...

1.[] ; ; ; ; ; X.JQL recap! See everything in one post ; ; http://blogs.atlassian.com/2013/03/jql-recap/


Solution

  • Sorry, you can't.

    If something is not here: https://confluence.atlassian.com/display/JIRA061/Advanced+Searching then you can't. (Except of course the custom JQL functions provided by plugins.)