Open Startrekzky opened 4 months ago
Just keep this issue open, plugin issue_trace
(added in release-v1.0) should be updated.
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