JiraPS
JiraPS copied to clipboard
BugFix issue #482 allowing Component ID in New-Issue
trafficstars
Description
This change adds Components to the list of parameters that a new Jira Issue can be created with. This will be a comma-separated list of Component IDs.
Motivation and Context
Components used to be able to be updated as a custom field. From June 2023, it is no longer possible. So in order to allow creation of a new Jira issue with components, this has been added.
Types of changes
- [x] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist
- [x] My code follows the code style of this project.
- [ ] I have added Pester Tests that describe what my changes should do.
- [x] I have updated the documentation accordingly.