Skip to content

feat: get custom fields assigned to a project #59

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

Merged
merged 2 commits into from
Jun 10, 2021

Conversation

sl-mmuradov
Copy link
Contributor

JIRA Ticket

Job API client allows to get custom fields assigned to a project

@@ -228,6 +229,10 @@ ContentProgressReportPTO getTranslationJobFileProgress(@PathParam(PROJECT_ID) St
@Path(API_PROJECT_CUSTOM_FIELDS_ENDPOINT)
EmptyData assignCustomFieldsToProject(@PathParam(PROJECT_ID) String projectId, List<CustomFieldAssignmentPTO> customFieldAssignments);

@GET
@Path(API_PROJECT_CUSTOM_FIELDS_ENDPOINT)
ListResponse<CustomFieldPTO> getProjectCustomFields(@PathParam(PROJECT_ID) String projectId, @BeanParam ProjectCustomFieldFilterPTO filterPTO);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest a change to getAssignedCustomFieldsToProject

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@sl-mmuradov sl-mmuradov merged commit 2d844f0 into master Jun 10, 2021
@sl-mmuradov sl-mmuradov deleted the AEM-514-Project-assigned-custom-fields branch June 10, 2021 13:48
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.

4 participants