Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Hosting

JIRA Distributed Estimation is hosted on Heroku.

Persisting

The Add-On persists following host and user details:

  • JIRA host details (as prescribed by the Atlassian Connect Guidelines)
    • description
    • eventType
    • productType
    • baseUrl
    • pluginsVersion
    • serverVersion
    • sharedSecret
    • publicKey
    • clientKey
  • 10 recent games log

API

The following JIRA REST API is used

REST APIPurpose
/rest/api/2/searchREAD access is needed in order to perform search on behalf of the active user
/rest/api/2/issue/{issueIdOrKey}READ/WRITE access is needed in order to change issue estimation on behalf of the active user (either in custom field or as a comment)
  • No labels