You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/10/11 07:09:10 UTC

[GitHub] [incubator-devlake] warren830 opened a new pull request, #3362: feat(tapd): status mapping

warren830 opened a new pull request, #3362:
URL: https://github.com/apache/incubator-devlake/pull/3362

   closes #3208
   
   ### ⚠️ Pre Checklist
   
   > Please complete _ALL_ items in this checklist, and remove before submitting
   
   - [ ] I have read through the [Contributing Documentation](https://devlake.apache.org/community/).
   - [ ] I have added relevant tests.
   - [ ] I have added relevant documentation.
   - [ ] I will add labels to the PR, such as `pr-type/bug-fix`, `pr-type/feature-development`, etc.
   
   
   
   # Summary
   tapd transformation rules
   ```json
   "transformationRules": {
                   "statusMappings": {
                     "doneStatus": [
                       "string"
                     ],
                     "inprogressStatus": [
                       "string"
                     ],
                     "todoStatus": [
                       "string"
                     ]
                   },
                   "typeMappings": {
                     "additionalProp1": {
                       "standardType": "string"
                     },
                     "additionalProp2": {
                       "standardType": "string"
                     },
                     "additionalProp3": {
                       "standardType": "string"
                     }
                   }
                 }
   ```
   
   ### Does this close any open issues?
   closes #3208
   
   
   ### Screenshots
   Include any relevant screenshots here.
   
   ### Other Information
   Any other information that is important to this PR.
   


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn merged pull request #3362: feat(tapd): status mapping

Posted by GitBox <gi...@apache.org>.
abeizn merged PR #3362:
URL: https://github.com/apache/incubator-devlake/pull/3362


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org