We are developing JIRA report plugin in which we are accessing some fields using REST apis. For that we need authentication (i.e. username and password or authentication tokens) so how can we get it and from where. we can't "get" a password from JIRA as it doesn't store them so how to get authentication tokens in rest calls
Note:We are using REST in one of our value generator class to get Custom fields .