I have created custom filters for our bugs under Issue-page.
I re-check issues regularly and it would be nice, if I could sort out all checked issues (commented) as first in the page, with some marking that is checked. I could not find the solution for this, is there any?
without Apps it could be impossible to reach the initial intention - however, are you open to process adaptions?
For example you could transition an issue to a status that reflects you read the last content - when colleagues want to leave a new comment for you they would transition back to "open" or "in progress" (according to your choice and preference).
Alternative would be to label the issues with "read" - however, colleagues would need to remove it when they want to leave a comment for you so you can filter is easily - sounds clunky as well.
You would have to consider if that all is suitable. Generally speaking this is indeed something automation rules (no matter of which vendor) can show what they are able to.
Regards,
Daniel
I don't know any standard solutions. There are scriptrunnner JQL functions that could be used.
issueFunction not in hasComments()
You could also create a scripted field to display the checked issues.
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.
With first sight and first try with JQL:
Unfortunately:
"Field 'comment' does not support sorting."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have Scriptrunner?
You could create a scripted field to report number of comments and sort on that. (I seem to remember you may need the free natural searchers plugin to sort scripted fields)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for advice! I don't have Scriptrunner, yet. I need to check it out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found "ScriptRunner for Jira" from plugins and the price is way too much for my purpose at this point. 115€/month only for sorting usage, I don't think so...
Of course there would me much more features available and abilities to use it, but we don't need them right now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Understand that
there are lighter/cheaper plugins that just provide custom fields for jira
"Comment Custom Fields for Jira"
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.