Hi team,
How to fetch/collect all the jira comments contains @xxx-team?
Our team has a service account called XXX-team, we want to collect all the comments in jira issue who @our team directly for help.
One way that I could think of was using the 'Search for Issues' in JIRA Software.
In JQL, search for below JQL:
comment ~ "xxx-team"
In above query, xxx-team should be username for JIRA service account.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately I am not aware of a cleaner way. Pretty positive that there would be something 'admin' privileges can get you in this regard.
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.