Skip to content

A web app for associating extra information with Jira tickets for personal reference.

Notifications You must be signed in to change notification settings

TomasHubelbauer/jira-annotate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jira Annotate

Status

https://jira.atlassian.com/browse/JRASERVER-59101

CORS not set up on the API. I do not want to have the admin have to whitelist a domain or something like that, no App Links, no Atlassian Connect bullshit. I can get by with a user name and a passphrase when using Jira in the browser, I want the same from the API.

http://docs.atlassian.com/jira/REST/latest/#resources

DropBox Paper gets this right, it is possible. Until Atlassian get their shit together, this experiment is ceased.

Configuring

config.json

  • hostName without a trailing slash
  • userName
  • passphrase
{
  "userName": "",
  "passphrase": ""
}

Running

  • Windows: start index.html
  • Unix: open index.html

To-Do

About

A web app for associating extra information with Jira tickets for personal reference.

Topics

Resources

Stars

Watchers

Forks