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

New work item customization #83

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

milanc
Copy link

@milanc milanc commented Nov 12, 2020

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.

@ghost
Copy link

ghost commented Nov 12, 2020

CLA assistant check
All CLA requirements met.

@milanc milanc changed the title Master new item customization New work item customization Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment