Web backlog: /projects/columns/1366615 UX inflight: /projects/columns/1366616 UX done: /projects/columns/1366617
general command structure: alias proj='hub api -H accept:application/vnd.github.inertia-preview+json'
export top_inflight=(proj $inflight/cards | jq .[0].id)
pull off the top of the backlog:
- move card to inflight
- assign issue to self
proj -XPOST /projects/columns/cards/11475683/moves -F position=top -F column_id=1366616had to read the issue number from
proj /projects/columns/cards/11475683 | jq -r .content_url | grep -Eo '\d+'then assigned via
ghi assign 2428