christopherbrunsdon / sprint_video_stitcher

A Python video stitcher for my sprint videos.
MIT License
0 stars 0 forks source link

Investigate: Connecting to JIRA sprint board to get ticket details #8

Open christopherbrunsdon opened 4 months ago

christopherbrunsdon commented 4 months ago

As a user, I want the script to automagically pull my current sprint tickets, look for videos (tag?) and then build my config file from that.

christopherbrunsdon commented 3 months ago

Allow two way sync of config file with your Jira sprint:

  1. As a user, I want the Jira sync to automatically tag my config skip param based on the status of my ticket. On tickets moved to done, set skip to false.

On tickets not in done (in progress, in review, todo), mark skip as true.

  1. As a user, I want the Jira sync to automatically populate my config with Jira tickets marked as done not in my config file.

Acceptance Requirements:

For first pass, import all Jira tickets based on status.

For second pass, look for tag (config driven)