Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imantung/jira_to_gsheet


https://github.com/imantung/jira_to_gsheet

Last synced: 15 days ago
JSON representation

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