Skip to content

Commit

Permalink
PXBF-dev: Setting dev stuff back, checking main 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Metichecchia authored and Xavier Metichecchia committed Jul 25, 2024
1 parent 7c6f89c commit 1f42388
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/pipeline/github-update-issue-status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,20 @@ gh_effort_option_id=$(echo "${field_values}" | jq -r "select(.name == \"Effort\"
gh_priority_id=$(echo "${field_values}" | jq -r 'select(.name == "Priority").id')
gh_priority_option_id=$(echo "${field_values}" | jq -r "select(.name == \"Priority\") | .options[] | select(.name == \"${gh_priority_option}\").id")


echo "Project ID: ${gh_project_id}"
echo "Issue ID: ${gh_issue_id}"
echo "Status ID: ${gh_status_id}"
echo "Status Option ID: ${gh_status_option_id}"
echo "Domain ID: ${gh_domain_id}"
echo "Domain Option ID: ${gh_domain_option_id}"
echo "Sprint ID: ${gh_sprint_id}"
echo "Sprint Option ID: ${gh_sprint_option_id}"
echo "Effort ID: ${gh_effort_id}"
echo "Effort Option ID: ${gh_effort_option_id}"
echo "Priority ID: ${gh_priority_id}"
echo "Priority Option ID: ${gh_priority_option_id}"

echo "Updating issue project fields..."
{
gh project item-edit \
Expand Down

0 comments on commit 1f42388

Please sign in to comment.