Skip to content
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

Acceptance Criteria not being passed #67

Closed
Dustinparkes08 opened this issue Aug 5, 2019 · 2 comments
Closed

Acceptance Criteria not being passed #67

Dustinparkes08 opened this issue Aug 5, 2019 · 2 comments

Comments

@Dustinparkes08
Copy link

It is not passing the acceptance criteria for User Stories or PBIs.

"field-map": {
"field": [
{
"source": "Acceptance Criteria",
"target": "System.AcceptanceCriteria"
},

Tried mapping other fields to the acceptance criteria and errors in log claiming acceptance criteria isn't defined. Is the target not correct for acceptance criteria?

@MOlausson
Copy link
Member

Can you check how the acceptance criteria is defined in Jira? You can probably map it by name and not key (a custom field will be called customfield_ something) and the name of the Azure DevOps field probably has the default reference name Microsoft.VSTS.Common.AcceptanceCriteria.

"field": [
{
"source": "Acceptance Criteria",
"source-type": "name",
"target": "Microsoft.VSTS.Common.AcceptanceCriteria"
},

@Dustinparkes08
Copy link
Author

How I was mapping the target was the issue. Copied your field mapping and all acceptance criteria is now being passed. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants