set visibility of certain issues to reporter and assignee(s) only

Martin Resheidt December 17, 2014

Hello there.

 

This is my first question here, so please bear with me if i'm doing something wrong.

 

I'm searching a solution for the following problem:

Some issues may contain personal data and therefore their visibility should be limited to certain people. This is relevant for any project we are having. Using a security level and adding these people is not feasible because they can be different based on the type of project or even based on the type of issue and my change very often.

 

This is what the solution should look like:

When creating a new issue there should be a checkbox or field that states, that this issue should only be visible for certain people like reporter, current assignee and past assignee(s) - (and maybe administrators too). But this should only apply to this specific issue, not to the whole project.

 

I found this question Issue Security - 'participants' only permission which is kind of similar.

 

Thanks in advance for any help you can provide!

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 17, 2014

Apart from "checkbox", you have pretty much defined "security level", so I'm not sure why you can't use that.  

The older question you've found discusses the "past assignee" problem you have, which you can't quite fix without a bit of code, but the rest of your question is screaming "use security level".

Could you explain why you think security levels are not the way to do this?

Martin Resheidt December 17, 2014

From what I have unterstood, security levels work like groups and relevant people have to be in these different groups.

But at the time issues are created, we don't know which people will be working on them.

Let's assume we have projects P1 and P2 and further let's assume we have Person A, B, C, D and E.

In general, everyone can see any issue.

But now A creates an issue in P1 that contains personal data and assigns it to E to work on it. Issue should only be visible to A and E.

In P2 another issue which contains personal data is created by B and is assigned to D to work on it. This should only be visible to B and D.

Using a security level which A,B,D and E are part of, would make both issues visible to all these people.

Later in P1 another issue with personal data is created by A but now assigend to C to work on it.

Now I would have to edit the security level participants and add C and he would also see thoser other issues mentioned before.

And finally issues without personal data are created in different projects, those should be visible to all people.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 17, 2014

No. Security levels *can* be done by group, but that is not the only option. You can use project roles, dynamic roles (assignee/reporter), and user or group custom fields as well. So, the answer is to define a security level to say "only reporter and assignee" (and participants), don't use any groups in it and you're done.

Suggest an answer

Log in or Sign up to answer