All Downloads are FREE. Search and download functionalities are using the official Maven repository.

savaraj1985.DolphinNG.1.1.0.source-code.jiracreateTemplate.vm Maven / Gradle / Ivy

Go to download

DolphinNG provides set of very useful addons for testNG. Most important features that it supports are condensed smart reports, auto creation of jira ticets for test failures, linking test fails to jira tickets, progress reporting during test runs.

There is a newer version: 1.3.0
Show newest version
{
  "fields": {
    "project":
    {
      "key": "$bug.projectKey"
    },
    "summary": "$bug.summary",
    "description": "$bug.description",
    "issuetype":
    {
      "name": "Bug"
    },
    "components": [{"name": "COMPONENT_IN_JIRA" }],
    "customfield_10302": { "id": "$bug.severity" }   ,
    "customfield_10207": [{ "value": "$bug.environment" }],
    "customfield_10502": { "value": "$bug.impact" },
    "versions": [{ "name": "$bug.version"}]
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy