Currently, we have our Jira instance set up such that developers aren't allowed to comment on customer-facing tickets.
As a developer who's particularly well known for sarcasm, I'm OK with this rule. But eventually it poses problems when I get asked to investigate and issue before our support team creates an official engineering ticket for it. It gets hard to communicate when the support guys are commenting on the ticket but I try to engage in the same conversation via email.
While I'd like to just ask our Jira admin to give me commenting ability, I know I'm only going to shoot myself in the foot by saying what I really think about a customer and forgetting to set visibility to internal users only.
So, is there any way to grat a particular user/group the abiltiy to comment, but force it so their comments are visible to internal users only?
As Renjith said, you can use some javascript to do it or maybe modify the template. The behaviours plugin can do this although I'm holding off recommending that for the moment, but the jaascript is sthg like:
docRoot.find("#commentLevel option[value='" + setValue + "']").attr("selected", "selected");
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, this is very much possible. Each comment can be restricted to any project role and in this case, all your comments you can set the visiblity to developers. The customers will not see in that case (provided there is another project role called customers which contains the userids of the customers)
http://confluence.atlassian.com/display/JIRA/Commenting+on+an+Issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perhaps I should have worded my question more clearly. I'm aware of the visibility drop down, but the default value for it is "all users". I'm worried about the situation where I say something snarky and forget to set it to "developers only". Hence, I'm looking for a way to set the default value on that for my account, or outright restrict my account so that "developers only" is the only allowed option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah! That may be tough, especially you want it to be done just for your account. Some java script tricks could be possible. May be others can comment on that part.
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.