klesh commented on issue #3991:
URL: 
https://github.com/apache/incubator-devlake/issues/3991#issuecomment-1360810511

   1. The `issue` and `status` from Jira Server API provide only the 
**translated status name** along with **status id**
   2. While the `changelog` offers only the **untranslated name** along with 
**status id**
   3. And, the **status mapping mechanism** in our system relies on the 
**translated status name** from the `status` api for user to select.
   4. The problem is, we need to unify the **status name** either in 
**translated** or **untranslated** form in order to track the issue cycle times.
   5. However, unifying them by **untranslated name** is impossible due to api 
limitation listed above. It leaves us no choice but to make the 
`changelog.status_name` **translated**


-- 
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]

Reply via email to