-
-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add the CreateNewGitIssue button on the test page, so it is easier for people to create issues
allTestsInfo?buildId=679bd665810ffc6af3027454&limit=1&hasChildren=true
output/test?id=679bf5d3810ffc6af306d76a
Add similar code
aqa-test-tools/test-result-summary-client/src/Build/TestTable.jsx
Lines 147 to 157 in a7a6b4d
| <Link | |
| to={{ | |
| pathname: '/gitNewIssue', | |
| search: params({ testId, buildId }), | |
| }} | |
| > | |
| <Tooltip title="Create new Github issue"> | |
| {' '} | |
| <GithubOutlined /> | |
| </Tooltip> | |
| </Link> |
to
| {data.artifactory && ( |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
