keepcosmos / terjira

Terjira is a very interactive and easy to use CLI tool for Jira.
MIT License
884 stars 38 forks source link

Pass field values when creating a new issue #23

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi Guys,

I am facing a little bit of a problem when creating issues.

The workflow for my project requires several different fields be entered before an issue can be created. Would it be possible for the prompt to ask if any fields need to be filled in before creating the issue?

example of issue:

customfield_10004: Story Points is required.

Example of proposed solution:

--extrafield="customfield_10004=3"
leeomara commented 7 years ago

I'm having a similar issue, but with a "Component/s" field.

Attempting to create an issue results in this error message:

components: Component/s is required.
boconnell2210 commented 7 years ago

I am having a similar issue as well on required fields:

versions: Affects Version/s is required., components: Component/s is required.

keepcosmos commented 7 years ago

Terjira is not support all options for creating issue yet. Your jira needs more required fields than default configuration. Please wait for enhancement.