NiceLuc / Monolith-Utils

0 stars 0 forks source link

Allow each project to store a reference to its own JIRA ticket. #35

Open NiceLuc opened 2 days ago

NiceLuc commented 2 days ago

Something like this:

deref jira add common API-12345

This will map the project name to a jira ticket and store the results in a custom jira.config file.

Should also consider an export and an import option to share these tickets with the team:

deref jira export -o "~\Desktop\some.json"

Then send the some.json file to the team, and allow them to import the tickets with:

deref jira import some.json

Should be able to see all tickets with this command:

deref jira --list

Itegrated List Support

When listing projects with the project program, show the JIRA ticket number in the display.

NiceLuc commented 2 days ago

Should also consider additional options: