We have a situation where we are using the Go2Group SFDC connector into JIRA. Our TAC (Support folks) to dot have access to create or edit issues in JIRA only view. So when a SFDC case is linked up to a new JIRA case the reporter is a default user. Without giving our TAC team all create rights is there a way that we can automaticllly set the user as a watcher in JIRA? We get the username from a custom field in the issue. My assumption is that we cannot but I wanted to ask the group anyway.
The solution I did have was to install a Tomcat server on the JIRA server and install the JIRA CLI tool. Build a servlet that takes certain calls and in turn executes the JIRA CLI with those calls. In this case when SFDC createas a JIRA ticket using the connectors URL it will then also call this Tomcat server passing userid and issue number. The servlet will then call the addWatchers CLI to add that user to the issue as a watcher. Will this work or is there a simplier way to achive this?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The problem is this user does not have authority to create the issue so they are neither the reporter or the assignee. That is why I need to add them to the watcher list.
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.
I think you might be solving the wrong problem. You may not need to make your team "watchers" at all. Simply put the people you in a "notify-me" group (or any name you want). Then, modify your notification to always send updates to that group.
The team will get updates and will not even have to be watchers on each issue.
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.
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.