Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Following features are implemented:
Support installation per azure organization
Possibly fix #79
Added app setting that allows assigning prefix for tag name used to link work items. This allows to install multiple applications that can create and link work items to same ZD ticket. Defaulted to current tag prefix
vso_wi_
for compatibility. Must be unique across apps.Settings for default project and work item type
Partial fix #23
Added optional app settings to configure the default project and work item type.
Settings for valid areas and work item types.
Partial fix #23
Added optional app settings to configure areas and work item types that can be selected when creating work item.
This is comma separated list of items and areas across different projects (case sensitive).
Work item types setting is defaulted to Bug.
Settings for additional fields.
Possibly fix #72 , fix #36 . fix #7
Partial fix #13
Added optional app setting that controls additional fields displayed on new item modal.
This is comma separated list of fields across projects (case sensitive). Order in this list determines fields order on modal.
Although this settings include items from multiple types, rendered fields are based on currently selected type.
Hardcoded Severity field is removed from modal and it is added as default value for this setting.
Default values from ZD ticket when creating new WI.
Possibly fix #78
When creating new item if there are matching field names between ZD ticket and work item fields it will copy values from ZD ticket to work item. Tested with string, integer, decimal fields, pick lists (integer, string), boolean (check box), date.