narrowizard opened a new issue, #4735: URL: https://github.com/apache/incubator-devlake/issues/4735
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened We noticed that while using the TAPD plugin to convert issue changelogs of Sprint type in DevLake, the "field_name" attribute is being set to "iteration_id" instead of "Sprint", and the "value" attribute is being set to the name of the iteration instead of its id. This is causing inconsistency in the data transformation between Tapd and Jira. ### What do you expect to happen We would like the TAPD plugin to set the "field_name" attribute to "Sprint" instead of "iteration_id", and set the "value" attribute to the id of the iteration instead of its name, so that the data transformation between Tapd and Jira stays consistent. ### How to reproduce Use TAPD to create a sprint issue. Modify iteration field in the issue. Observe how the issue changelog is transformation to DevLake. Notice that field_name is iteration_id and value is the iteration name. Expected result: field_name should be Sprint and value should be the iteration id. ### Anything else _No response_ ### Version main ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
