JQL to see if customer role has commented an issue

Björn Gullander May 7, 2014

I would like to show issues in the Agile board that has been commented by a user which belongs to the Customer project role in the project. My idea was to use a quick filter or a swimlane with a filter.

With JQL-tricks I can get a specific user that has commented an issue with issueFunction in commented("role Customer"). But it is not possible to see if he belongs to a project role or group. Anyone has any ideas?

2 answers

0 votes
Björn Gullander May 25, 2014

yes, Customer role is used in several projects. Actually I didn't write correctly in my question - there exists a JQL-tricks function for issueFunction in commented("user u-name").

But the problem is that I can't see if the comment itself is written by someone in a certain project role. (I can see that the comments has certain role restrictions with JQL tricks)

0 votes
BenjiI
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 18, 2014

Hi Bjorn,

So the Customer role is used accros multiple projects? If you really want to make sure that a certain role belongs to a certain project you have to make a separate Customer project role for every project.

Suggest an answer

Log in or Sign up to answer