trentm / jirash

CLI and (light) shell for Jira
Other
79 stars 13 forks source link

update_filter bug #33

Closed vtrevor closed 4 years ago

vtrevor commented 4 years ago

Annotation 2020-04-02 142741

Issue after creating a filter, if the description is 'None' or is blank, when you go to update the filter it will break. Located on line 956 I believe, it does not allow for a pass through of 'None' into the update filter. Work around is currently to have the same description for both and not leaving it blank.

trentm commented 4 years ago

@vtrevor Did you get this recently using jirash v2? jirash v2 (first released 2017-11-10) was re-written in node.js.

In fact, AFAICT my repo has never had a "create_filter" function. Is this from some fork of jirash?