...
The Order By and Order sort options are exclusive. This means that you can only select one value in each of these drop downs. The filters drop down (Reporter and Agent) are not exclusive. You can choose to filter the evaluations by one ore more reporters. The same goes for the agents. As an example, the image below shows the evaluations filtered by two reporters and one agent.
JQL functions
Info |
---|
This is available since version 3.1.0 of the plugin, and function parameters are available since version 3.1.1. |
In the issue search screen, it is possible to search for issues having answered surveys or unanswered surveys. Functions are the following :
- To search for issues for which a survey was sent to the reporter but not answered yet : satisfactionUnansweredList()
- To search for issues for which a survey was sent to the reporter and which were answered : satisfactionAnsweredList()
These functions return a list of issues (so they must be used with the IN operator, as in issue IN satisfactionAnsweredList()),
With no parameter, these functions will search in all projects where the plugin is active. It is possible to add a paremeter (a project key) to filter results on one project only :
Contact
Should you have any questions about Ovyka Satisfaction for JIRA plugin, or should you encounter any problem using it, feel free to contact us by dropping an email to this address : contact@ovyka.com
...