Skip to content

Commit

Permalink
Add 'Sprint Duration', 'Sprint ID', 'Week Numbers'
Browse files Browse the repository at this point in the history
  • Loading branch information
aryabokon committed Jan 30, 2024
1 parent 89b469a commit ed6ee8e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ public enum JiraCustomField {
TEST_LEAD("Test Lead"),
RELEASE_MANAGER("Release Manager"),
START_SPRINT("Start Sprint"),
END_SPRINT("End Sprint");
END_SPRINT("End Sprint"),
SPRINT_DURATION("Sprint Duration"),
SPRINT_ID("Sprint ID"),
WEEK_NUMBERS("Week Numbers");

private final String fieldName;

Expand Down

0 comments on commit ed6ee8e

Please sign in to comment.