-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature][Jira issue changelogs] Add customized jira account fields to table.accounts #7708
Comments
Just keep this issue open, plugin |
* feat(jira): collector account from issue changelog items as much as possible * fix(jira): fix migration scripts * feat(jira): add `_tool_jira_issue_fields`, collect account field from the new table * fix(jira): fix testes * fix(jira): fix `reporter` field in issue change log items * fix(jira): fix account id when there is no from/to values * fix(jira): fix OriginalToValue in issue_changelogs * fix(jira): don't use `tmpFromAccountId` and `tmpToAccountId` in issue changelogs * fix(jira): remove all usage of `tmpFromAccountId` and `tmpToAccountId` * refactor(jira): remove some codes * fix(jira): fix e2e test * fix(jira): fix wrong key in `issueFieldMap`
This issue has been automatically marked as stale because it has been inactive for 60 days. It will be closed in next 7 days if no further activity occurs. |
This issue has been automatically marked as stale because it has been inactive for 60 days. It will be closed in next 7 days if no further activity occurs. |
This issue has been automatically marked as stale because it has been inactive for 60 days. It will be closed in next 7 days if no further activity occurs. |
Search before asking
Use case
As a PM,
I used the
original_from_value
andoriginal_to_value
of the field wherefield_name = assignee
in theissues.changelogs
to measure who has contributed to a Jira issue during the whole lifecycle.I also use another customized Jira issue field (whose
jira_field_type
=jira_account
), for example,reporter
, to manage the contributors of Jira issues.And I want to measure the contribution by Jira issue reporters.
Here comes the problem:
When I get the
original_from_value
andoriginal_to_value
of the field wherefield_name = reporter
. The values arereporter's names
, not their IDs that I could join theaccounts
table for full user profile.Description
To Do
jira_field_type
=jira_account
in tableissue_changelogs
should be written into tableaccounts
.jira_account
. tmpFromAccountId/tmpToAccountIdjira_field_type
=jira_account
in tableissue_changelogs
should be stored in the form ofaccounts.id
, notname
.Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: