Nullify-Platform / config-file-parser

Nullify config file parser
https://github.com/Nullify-Platform
MIT License
0 stars 0 forks source link

Feat/jira assignee #111

Closed jonathanlam closed 4 months ago

jonathanlam commented 4 months ago

Description

Add assignee to the Jira ticket. You can specify either the userID or the person's display name. You must only specify one or the other (or none if you don't want to assign anyone). If you specify both, it will only assign it to the userID. If there are multiple people with the same name, it will only assign it to the first person that matches. In the case of people with the same name, they should be using IDs. (they can add the name to the config file, but it won't be used. It will be more like a comment to assist the team remember who the ID belongs to).

Checklist