Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: JIRA-0.2
-
Fix Version/s: JIRA-0.2.1
-
Component/s: Jira
-
Labels:None
-
Number of attachments :
Description
The "getFavouriteFilters" method used in JiraSensor.java class is present in Jira SOAP APIs starting from 3.13 version.
If we want to extend compatibility of this plugin to previous versions of Jira, it's necessary to add "getSavedFilters" method call. This method has the same signature as "getFavouriteFilters" and it works in the same way.
See this post on Sonar forum for further details:
http://old.nabble.com/Jira-plugin-Error-ts28450626.html