Hi. We are using JIRA cloud with the Hubspot CRM plugin. How can I do the following tasks?
Hi, I do not know the CRM plugin, but question number 1 does not look all that difficult. I assume that your customer data is stored in some fileds eg. Summary or some dedicated Custom Field eg. Customer Name. Have you tried a normal JQL query?
Example:
1. Jira project key: CRM
2. Customer name: COCA-COLA
JQL example:
project = CRM AND Customer ~ coca-cola
For question number 2 you would have to be more specific.
Hi.
It does not work. The data is not stored in a field. Instead, it is loaded and displayed by the plug-in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, in this case the best bet is to ask the authors of the plugin. Some plugins store data directly in a database and it makes it impossible to report on it using JQL. You may get to it with some BI solution such as PowerBI or eazyBI but you would need to find out what data is stored in which table etc.
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.