Design Notes

Supported JIRA versions:

  • 3.3, 3.3.1, 3.3.2, 3.3.3
  • 3.4, 3.4.1, 3.4.2, 3.4.3, 3.5, 3.5.1, 3.5.2, 3.5.3, 3.6, 3.6.1, 3.6.2, 3.6.3, 3.6.4, 3.6.5, 3.7, 3.7.1, 3.7.2, 3.7.3, 3.7.4, 3.8, 3.8.1, 3.9, 3.9.1, 3.9.2, 3.9.3, 3.10, 3.10.1, 3.10.2,
  • 3.11, 3.12, 3.12.1, 3.12.2, 3.12.3
  • 3.13, 3.13.1, 3.13.2, 3.13.3, 3.13.4

Supported BlackBerry versions:


Supported BlackBerry devices:

  • BlackBerry 8310

Design Notes
  • Settings Page should allow user which fields to show by default in the Issue Details.
  • Every page needs update/sync button.





Questions/Issues:
  • How to handle paging?
    • Only way right now is by using HTTP/RESTful services.
  • How to handle sorting?
    • Use HTTP/RESTful services.
  • Need to handle getting issues from a filter that returns more than 200 results. Affects following XML-RPC calls:
    • getIssuesFromFilter
    • getIssuesFromTextSearch
    • getIssuesFromTextSearchWithProject
  • How to handle token sessions and timeouts?
  • How to download, upload & view attachments?
  • Can't handle issues with alot of text/content.
Comments