Custom fields not listed correctly after you select them. Added support for OAuth. Added Lookup Support for Issues so now you can search by many Keys. Improved speed by changing maxResults to 100 and use PagingMaxRowsExpr to detect total rows (one less request in pagination). Added new endpoints get_custom_fields, get_custom_field_contexts and get_custom_field_option_for_context. Added new endpoints get_changelogs, get_changelog_details and get_changelogs_by_ids. Updated the Issue table [WorkRatio] column data type to String as it contains long number value (e.g.9117xxxxxxxxxxx2983). Added customfield value support for single / multi value fields. For multi select you can see comma separated values now. Initial version
  1. Go to Profile > Security.
  2. Click Create and manage API tokens.
  3. Then click Create API token button and give your token a label.
  4. When window appears with new API token, copy and use it in this connection manager.
  5. That's it!
]]>
  1. Go to Atlassian Developer area.
  2. Click Create app and select OAuth 2.0 (3LO) integration app to create an OAuth app.
  3. Give your app a name, accept the terms and hit Create.
  4. Then hit App details panel and copy paste Client ID and Secret into the API Connection Manager configuration grid into the proper places.
  5. Then go back and click Permissions panel to enable permissions/scopes for your application. You can enable them all.
  6. Go back again to application settings and click Authorization panel.
  7. Click Configure button and in Callback URL enter your own Callback URL or simply enter https://zappysys.com/oauth if you don't have one.
  8. Use this same Callback URL (Return URL) in a API Connection Manager configuration grid.
  9. In API Connection Manager enter one or more of these scopes (read more about available scopes) into Scopes property:
    1. offline_access (a must)
    2. read:jira-user
    3. read:jira-work
    4. write:jira-work
    5. manage:jira-project
    6. manage:jira-configuration
  10. Also configure your company's Subdomain in the properties grid.
  11. Click Generate Token to generate tokens.
  12. That's it!
]]>
/> /> />