Conversation
* Jira changed the format of the call to createmeta * config.yml should default to old way * add a jira server version variable to config.yml to tell cli which method call to make
|
I can't formally review this, but it has fixed the problem for me. From a merging POV, the TODO.md is superfluous, and the additional config value should be documented. I didn't need to set it in order to file an issue, and I'm still unsure what circumstances I'd need to set it and to what. |
|
@prpht9 I was trying out this PR, and hit a small issue with overriding My jira server (v9.12.12) responded to This led to the default As a workaround, I created a custom creation template that hardcodes components:
- name: {{ .overrides.component }} |
|
@darthwalsh Apologies for the delayed response. I think I had to do something similar but didn't know where to fix this in the repo. I'm not an active golang dev. If you know where to fix this in the code, go ahead and kick up a PR. I'll review it and merge if it pans out. |
Jira changed the format of the call to createmeta
config.yml should default to old way
add a jira server version variable to config.yml to tell cli which method call to make
fixes issue 404 using jira create to on-premise Jira Server 9.x #481 , confirmed by creator of createmeta issue on jira 9.x - "Issue Does Not Exist" #490