-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: None
-
Component/s: JQL
-
None
Continue on with the func test of the functions. I have only completed currentUser, now and membersOf.
Some important points:
- Functions where written when we thought that plugins would only be called when validated. This is no longer the case; we can call the function with any kind of garbage. We need to test that the functions handle this and return the empty list if there are errors. To do this I had to hack the XML and add some dodgy search requests. I decided to be quite nice with functions, if a function only required one argument but was supplied two then I still made it work with the first argument. For example, memberOf('jira-users', 'jira-administrators') is essentially memberOf('jira-users').
- I have tested a disabled function and function that does not exist.
- is detailed by
-
JRASERVER-17001 Func test all of JQL
- Closed