We are actually migrating the data from HPQC to Jira and we want to import the Audit log or History from HPQC to jira.
Is their any possibility to import history?
Hi @Sunil kumar,
The only way to import issue history is through JSON import, e.g.:
"history" : [
{
"author" : "alice",
"created": "2012-08-31T15:59:02.161+0100",
"items": [
{
"fieldType" : "jira",
"field" : "status",
"from" : "1",
"fromString" : "Open",
"to" : "5",
"toString" : "Resolved"
}
]
}
],
Hope this helps,
- Manon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.