[Feature][Jira issue changelogs] Add customized jira account fields to table.accounts #7708
Open
2 of 3 tasks
Labels
improvement
pr-type/feature-development
This PR is to develop a new feature
type/feature-request
This issue is a proposal for something new
Milestone
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: