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

Possible to excecute config, without the need to alter a 2nd picklist? #70

Open
83-hoods opened this issue Nov 17, 2021 · 1 comment
Open

Comments

@83-hoods
Copy link

Seems like the most counter intuitive question. But i have a project, wherein 2 different work item types need to share the same picklist field, but display different values depending on the work item type.

Is this possible?

@83-hoods
Copy link
Author

here is the code im currently trying to implement, which gives a syntax error:

project 1

Custom.TESTCASCADINGLISTEXTENSION
test 1
test 2
test 3

{
"version": 1,
"cascades": {
"System.WorkItemType": {
"project": {
"Custom.TESTCASCADINGLISTEXTENSION": [
"test 1",
"test 2",
"test 3"
]
}
}

}
}


project 2

Custom.TESTCASCADINGLISTEXTENSION
test a
test b
test c

{
"version": 1,
"cascades": {
"System.WorkItemType": {
"project 2": {
"Custom.TESTCASCADINGLISTEXTENSION": [
"test a",
"test b",
"test c"
]
}
}
}
}

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

1 participant