See the next sections for information on how to work with Customer Case:

Managing Customers' Ideas

Agents deal with issues while working in JIRA. Customer Case add-on for JIRA adds the dedicated tab for viewing all the added ideas and feature requests into the project overview section.

Here the agent can view the list of ideas with the number of votes and comments, and also see the customer and date when the ideas was added. The agent can reload the page with ideas by clicking the Reload  icon. All the ideas, which were added by customers, are automatically converted into JIRA issues.

By clicking the idea title, the agent will be redirected to the standard page for viewing issue details.

The add-on adds a separate section for viewing customers' comments for particular ideas and replying to them from JIRA.

The agent can post a comment, and this comment will be shown to the customer when he/she opens the corresponding idea. When the agent starts progress on the issue or resolves it, the corresponding status is shown to customers.

The Customer's Idea block shows the author of idea, the number of votes and the public URL, which the current idea is available at. The agent can immediately proceed to the customer's area of Customer Case portal for viewing idea details by clicking the Public URL link.

Adding Output of the Dashboard

The add-on has a special JQL query for searching for issues with votes.

issue.property[cc.vote].total + operator + number
For example, issue.property[cc.vote].total > 2 - searches for all issues having more than 2 votes
  1. Once you have created the JQL query, save it as a filter.
  2. Add a gadget to your dashboard.
  3. Select the filter containing the JQL query.
  4. Select the period for showing the chart.
  5. Define the refresh interval for the gadget.
  6. Click Save.