Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreikanter/jira2trello
Sync tool for binding Trello cards with Jira issues
https://github.com/dreikanter/jira2trello
Last synced: 9 days ago
JSON representation
Sync tool for binding Trello cards with Jira issues
- Host: GitHub
- URL: https://github.com/dreikanter/jira2trello
- Owner: dreikanter
- Created: 2016-09-08T11:27:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T14:58:51.000Z (over 7 years ago)
- Last Synced: 2024-11-15T06:42:40.640Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trello-to-Jira
Sync tool for binding Trello cards with Jira issues.
Notes and references:
- Trello API key: https://trello.com/app-key
- Trello access token for authenticated user: https://trello.com/1/authorize?expiration=never&scope=read,write,account&response_type=token&name=Server%20Token&key=YOUR_API_KEY
- Jira link format for prefilled new issue form:
`https://passiondig.atlassian.net/secure/CreateIssueDetails!init.jspa?pid=10001&summary=Issue+Summary&description=this+is+the+description&priority=3&issuetype=10001&reporter=passiondigbot&parentIssueId=17103`
- [Creating Jira Issues via direct HTML links](https://confluence.atlassian.com/jirakb/creating-issues-via-direct-html-links-159474.html)