Skip to content

Commit

Permalink
Update status-field-ids.js
Browse files Browse the repository at this point in the history
update for TWG repo
  • Loading branch information
t-will-gillis authored Nov 28, 2024
1 parent c133ebb commit a8cc0b8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions github-actions/utils/_data/status-field-ids.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ function statusFieldIds(statusField) {
const statusValues = new Map([

// Default values for HfLA Website Project 86
["WEBSITE_PROJECT_ID", "PVT_kwDOALGKNs4Ajuck"],
["STATUS_FIELD_ID", "PVTSSF_lADOALGKNs4AjuckzgcCutQ"],

// ["PROJECT_ID", "PVT_kwDOALGKNs4Ajuck"],
// ["FIELD_ID", "PVTSSF_lADOALGKNs4AjuckzgcCutQ"],
["PROJECT_ID", "PVT_kwHOAm6MB84Aiu3X"],
["FIELD_ID", "PVTSSF_lAHOAm6MB84Aiu3XzgbNC9E"],
// Individual Status field values
["Agendas", "864392c1"],
["Ice_Box", "2b49cbab"],
Expand All @@ -23,7 +24,8 @@ function statusFieldIds(statusField) {
["Prioritized_Backlog", "434304a8"],
["ERs_And_Epics_Ready", "c81aac49"],
["In_Progress", "9a878e9c"],
["Questions_In_Review", "53b56f8d"],
// ["Questions_In_Review", "53b56f8d"],
["Questions_In_Review", "8889577c"],
["QA", "d013db69"],
["UAT", "8fa184b4"],
["QA_Senior_Review", "dcf54222"],
Expand Down

0 comments on commit a8cc0b8

Please sign in to comment.