Skip to content

adding inline comments to JQL #2

@dharrison4

Description

@dharrison4

I saw this done somewhere online. I think they used a text field search like this

text ~ "#COMMENT: this query will grab your tickets from today" OR
(
created >= startOfDay AND assignee = CurrentUser()
)

with the template being something like:

text ~ "#COMMENT: ________" OR
(
___#insert entire rest of JQL here___
)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions