Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imantung/jira_to_gsheet
https://github.com/imantung/jira_to_gsheet
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imantung/jira_to_gsheet
- Owner: imantung
- Created: 2022-05-05T05:48:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-12T13:04:25.000Z (over 2 years ago)
- Last Synced: 2024-06-20T22:21:14.805Z (7 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
# Jira to GSheet
Simple script to move jira to gsheet
```bash
go run main.go -username=$JIRA_USERNAME -password=$JIRA_PASSWORD -url=$JIRA_URL
```## References
- https://github.com/andygrunwald/go-jira
- https://betterprogramming.pub/automate-jira-cloud-workflow-with-golang-2de29828aad6