Open
Description
Right now some methods of the Api
class use the $params
parameter (6 methods) and some use the $options
parameter (2 methods) for specifying extra parameters for the upcoming Jira API call.
I think we need to use consistent naming because the parameter meanings for API calls are identical.
What do you prefer?