To Do - smros/notify GitHub Wiki

  • Determine how to pull comments from a retrieved batch of stories
  • Scan through commments to find a manual string like:
    • TC: 4.5, SM, Worked on plane, Logged
    • TC: -4.5, SM, Correction
    • TC: 5.0, RI, Worked on weekend
  • Items not marked logged can be used in a report, or used to update database. Ones marked logged can be skipped
  • Can be updated by an external script that catches a "Working-to-Idle" transition, and automatically inserts the comment.
  • Allows manual 'repairs' to be done in Agile Zen by updating number, then deleting 'Logged'
Steps:
  1. Determine how to pull comments from a retrieved batch of stories (done)
  2. Determine how to insert comments into a story (done)
  3. Determine how to update an existing comment (done)
    • Comment API docs here: http://dev.agilezen.com/resources/comments.html
⚠️ **GitHub.com Fallback** ⚠️