File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
backend/plugins/jira/tasks Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ func ExtractEpics(subtaskCtx plugin.SubTaskContext) errors.Error {
6464 SubtaskConfig : map [string ]any {
6565 "typeMappings" : mappings ,
6666 "storyPointField" : data .Options .ScopeConfig .StoryPointField ,
67+ "dueDate" : data .Options .ScopeConfig .DueDateField ,
6768 },
6869 },
6970 BeforeExtract : func (apiIssue * apiv2models.Issue , stateManager * api.SubtaskStateManager ) errors.Error {
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ func ExtractIssues(subtaskCtx plugin.SubTaskContext) errors.Error {
7373 SubtaskConfig : map [string ]any {
7474 "typeMappings" : mappings ,
7575 "storyPointField" : data .Options .ScopeConfig .StoryPointField ,
76+ "dueDate" : data .Options .ScopeConfig .DueDateField ,
7677 },
7778 },
7879 BeforeExtract : func (apiIssue * apiv2models.Issue , stateManager * api.SubtaskStateManager ) errors.Error {
You can’t perform that action at this time.
0 commit comments