I have this security scheme:
1 level
Accesses:
Project Lead
Project roles (Administrator, Developers)
Current Assignee
Reporter
Watchers
Browse project permission: any loged in user
So users can open project but see issues only if they are assignee, reporter.
When i try to add watcher to issue i have an error:
How can i add user to watcher so he could see issue?
Dear @Oleksii Okhmush,
this is the normal behavior of Jira. You can assign, or add as watchers only if the user has access right to that particular issue. It does not make sense to sent the user a mail for an issue he/she cannot see.
But please tell me, what is the purpose of your request? Probably I can give you another hint.
So long
Thomas
I need to share some requests with user, but without changing reporter or assignee. If i add user to issue seurity scheme, it will see all issues, and that is the problem. I think if i use several levels of security it could be done, but it must be only 1 level of security
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @Oleksii Okhmush,
you can do following:
Now only issues are visible to those users without opening all for visibility. But you have to modify this custom field manually.
So long
Thomas
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have the same problem.
Yes, the problem can be solved by adding a custom field.
But it will be very strange because this new custom field's function is just like the "watcher". Now I have two watcher fields, and only one of them can work with issue security.
And it is hardly make sure that every user will choose the right one.
Since the original "watcher" is much easier to use, and users are more familiar with it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @Yu Fei,
then you need to ask Atlassian to add your described funtionality to Jira. I recommend to open a suggestion. Probably a related issue already exists.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
See https://jira.atlassian.com/browse/JRASERVER-5621 about this limitation.
I generally go with this solution:
1. Install the Watcher Field plugin. This will let you edit the list of Watchers vs. having another list of users to manage in addition to Watchers. This lets you put a CC: field in the Creation form of Jira itself so you can add watchers immediately.
2. Patch DefaultWatcherService canWatchIssue() to allow users to be added to an issue as a watcher. This lets users use the native watcher interface to add new watchers.
If you don't feel like patching, you can always put the Watcher field in your Edit screens. Watcher Field plugin lets you override the rules for security levels.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @David Yu,
the solution with this plugin is fine - but you create another dependency to a 3rd party plugin that could get commercial in the future (have seen this behavior many times).
I always try to recommend solutions without extentions, if possible.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.