klesh commented on code in PR #8972:
URL: https://github.com/apache/devlake/pull/8972#discussion_r3550150035
##########
backend/plugins/jira/impl/impl.go:
##########
@@ -249,6 +251,22 @@ func (p Jira) PrepareTaskData(taskCtx plugin.TaskContext,
options map[string]int
Options: &op,
ApiClient: jiraApiClient,
JiraServerInfo: *info,
+ Board: scope,
+ }
+
+ // Look up the DevLake project this board belongs to via
project_mapping.
+ // This is best-effort: if the board is not yet mapped (e.g. first run
or
+ // manual trigger outside a blueprint) we leave DevLakeProjectName
empty.
+ if scope != nil {
Review Comment:
@VaughanJ Thanks for your support. I appreciate it.
Regarding the point 2: I checked and config-ui doesn't have an interface for
editing the Board, so it would be quite an undertaking for the proposal to
work. However, it would be a better solution IMO.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]