Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposal for custom fields on issues #593

Open
kwv opened this issue Mar 24, 2023 Discussed in #346 · 3 comments
Open

proposal for custom fields on issues #593

kwv opened this issue Mar 24, 2023 Discussed in #346 · 3 comments

Comments

@kwv
Copy link

kwv commented Mar 24, 2023

Discussed in #346

Originally posted by ankitpokhrel April 20, 2022
Jira supports a wide variety of datatypes when creating a custom field. Out of all formats mentioned in the Jira doc, the tool right now doesn't support Cascading select custom field, Single-user picker custom field and Multi-user picker custom field. Support for these missing types will be added based on the request and the usecase.


For fields with unsupported/complex datatypes, would it be possible to allow the object representation to be passed in ?

    - name: Assigned PO
      key: customfield_10811
      schema:
        datatype: user

e.g.

jira issue edit EXMP-1234 --custom assigned-po='{"name": "$(jira me)"}'


Error:
  - customfield_10811: data was not an object

jira: Received unexpected response '400 '.
Please check the parameters you supplied and try again.
@kwv kwv changed the title How can I set custom fields on issue creation? proposal for custom fields on issues Mar 24, 2023
@ankitpokhrel
Copy link
Owner

Hi @kwv, I am considering this to be an option, will check to see if its doable in the near future.

@Roobxyz
Copy link

Roobxyz commented Jun 2, 2023

Hey - with my companies setup I'm unable to create Bug type issues since they require a custom field in the form of a Single-user picker custom field.

I really like using this cli but this makes it difficult for me to use

@GZLiew
Copy link
Contributor

GZLiew commented Aug 7, 2023

@ankitpokhrel is there a workaround for this? maybe I can edit the source 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants