Skip to content

Turn spreadsheets into structured GitHub serenity. Or chaos. Depends on your CSV.

License

Notifications You must be signed in to change notification settings

hillairet/ciftt

Repository files navigation

CIFTT Logo

CIFTT

CSV Input for Feature Triage and Tracking

CIFTT turns your soul-crushing spreadsheets into structured GitHub issues and project entries—because if you’re going to suffer, at least automate it.


🧠 Why use CIFTT?

It’s Friday afternoon.

You’re almost free. Your brain is halfway out the door, already thinking about nachos or silence or both.

Then it happens. A spreadsheet lands in your inbox with 200 feature requests. Two. Hundred.

Your manager wants them in GitHub. Tracked. Tagged. Assigned. Beautifully sorted into your GitHub Project like some kind of agile wizard.

But GitHub doesn’t let you bulk upload to Projects. You have three options:

  1. Spend the rest of your day (and soul) copying and pasting until your mouse becomes an extension of your sadness.
  2. Resign yourself to “just using the spreadsheet” and pretending that's fine (it’s not).
  3. Or—you know—use CIFTT, feed it that cursed CSV, and go live your life.

CIFTT automates the pain away. It parses your spreadsheet and creates GitHub issues, fills in Projects fields, and gives you back your weekend.

You deserve better. Let the robot do the boring part.


🗺️ Roadmap

Feature Status
Create issues in a GitHub repository with basic fields ✅ Done
Update basic fields of existing issues in a GitHub repository ✅ Done
Validate labels and assignees in the CSV before creating/updating 🛠️ In Progress
Set GitHub Project fields when creating or updating issues 📝 To Do
Validate GitHub Project field values in the CSV 📝 To Do
Provide tips and examples to help prepare the CSV 📝 To Do

🚀 Quick Start

# Clone the repo
git clone https://github.com/hillairet/ciftt.git
cd ciftt

# Import issues from CSV
python ciftt.py import-issues input.csv myorg/myrepo

# Export issues to CSV
python ciftt.py export-issues myorg/myrepo output.csv

# Export specific issues
python ciftt.py export-issues myorg/myrepo output.csv --issues "1,3-5,8"

# Export all issues (including closed ones)
python ciftt.py export-issues myorg/myrepo output.csv --all

📄 CSV Format

Your CSV should include headers like:

title,description,labels,assignee,url

Only the title is necessary to create an issue and therefore only the title column is mandatory.

When exporting issues, the CSV will contain these fields, with the description field preserving newlines as "\n" characters to maintain CSV format integrity.

🤖 Disclaimer

CIFTT is experimental. Like your last relationship. Use with caution. We’re not responsible for any emotional damage caused by accidental issue spam.

About

Turn spreadsheets into structured GitHub serenity. Or chaos. Depends on your CSV.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages