-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADM-813[frontend/backend]: add Advance field in metrics page #1075
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesYou may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation |
Hi @TingyuDong! 👋 |
暂时不要merge到main分支,需要下周一找fox团队确认需求是否完成再merge |
Hi @guzhongren.
2.点击
|
723f3c5
to
8e6633a
Compare
修改后,现在如果没有输入值,存入config文件的为: |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesYou may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation |
|
导入分为三种情况:
此时Advanced Settings组件展开,页面上展示storyPoint和flag的值。 |
…and flagged key and add relevant tests
… importedAdvancedSettings
…again and modify test
Summary
Due to board token permissions, data for 'story point' and 'block' cannot be fetched from the target field returned by the Jira API call using their token (in the covertCustomFieldKey method). Hence, the key for the corresponding custom field for story points is allowed to be set via environment variables beforehand, and the key record of the respective custom field will then be found in the return value of get real done.
Before
Could not set
Advance
field.Screenshots
After
Could set
Advance
field.Screenshots
Note
Null