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

Customfieldvalues #13

Closed
wants to merge 5 commits into from
Closed

Conversation

gibus
Copy link

@gibus gibus commented Oct 9, 2018

Add endpoints to operate on CustomFieldValues:

GET /customfield/:id/values?query=
POST /customfield/:id/values
search for values of a custom field using L</JSON searches> syntax

POST /customfield/:id/value
add a value to a custom field; provide JSON content

GET /customfield/:id/value/:id
retrieve a value of a custom field

PUT /customfield/:id/value/:id
update a value of a custom field; provide JSON content

DELETE /customfield/:id/value/:id
remove a value from a custom field

bestpractical-mirror pushed a commit that referenced this pull request Apr 7, 2020
Add customfieldvalues endpoints in hypermedia links of customfield

Based on public github PR #13
bestpractical-mirror pushed a commit that referenced this pull request Apr 7, 2020
@sunnavy
Copy link
Member

sunnavy commented Apr 30, 2020

Merged and thank you!

-sunnavy

@sunnavy sunnavy closed this Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants