-
Notifications
You must be signed in to change notification settings - Fork 467
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
Edit Content: Expose Date and User Information in Content API Response #28183
Closed
5 tasks done
Tracked by
#25445
Labels
OKR : Core Features
Owned by Will
Priority : 3 Average
QA : Approved
Release : 24.05.31
Bug Fixing
Team : Lunik
Team : Scout
Type : New Functionality
Comments
fmontes
added
OKR : Core Features
Owned by Will
Priority : 3 Average
Team : Lunik
Type : New Functionality
labels
Apr 10, 2024
jcastro-dotcms
moved this from Current Sprint Backlog
to In Progress
in dotCMS - Product Planning
May 13, 2024
Postman Tests are available in the following locations:
|
github-merge-queue bot
pushed a commit
that referenced
this issue
May 20, 2024
…n in Content API Response (#28603) ### Proposed Changes * Exposes audit information to all Contentlets in dotCMS. Here's the list of audit properties that are being exposed, and how they can be accessed by the different consumers: | Attribute | REST Endpoint | Elasticsearch | GraphQL | | -------- | ------- | ------- | ------- | | `creationDate` | `creationDate` | `creationDate` | `creationDate` | | `owner` | `owner` | `owner` | `owner` | | `ownerName` | `ownerName` | Only the User ID is available | Reachable inside the "owner" object | | `modDate` | `modDate` | `modDate` | `modDate` | | `modUser` | `modUser` | `modUser` | `modUser` | | `modUserName` | `modUserName` | Only the User ID is available | Reachable inside the "modUser" object | | `publishDate` | `publishDate` | `sysPublishDate` | `publishDate` | | `publishUser` | `publishUser` | `sysPublishUser` | `publishUser` | | `publishUserName` | `publishUserName` | Only the User ID is available | Reachable inside the "publishUser" object |
github-project-automation
bot
moved this from In Review
to Internal QA
in dotCMS - Product Planning
May 20, 2024
github-project-automation
bot
moved this from Internal QA
to Current Sprint Backlog
in dotCMS - Product Planning
May 21, 2024
jcastro-dotcms
moved this from Current Sprint Backlog
to Internal QA
in dotCMS - Product Planning
May 21, 2024
IQA PassedTested on the Postman tests indicated by @jcastro-dotcms and also Lucene Query from the Content Search and all cases include the requested properties. Docker Image: |
Fixed, refactoring for the postman test in all the related resources applied here: |
github-project-automation
bot
moved this from Done
to Internal QA
in dotCMS - Product Planning
Jun 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
OKR : Core Features
Owned by Will
Priority : 3 Average
QA : Approved
Release : 24.05.31
Bug Fixing
Team : Lunik
Team : Scout
Type : New Functionality
Parent
#25445
User Story
As a developer, I want to be able to access the creation, update, and publish date and user information of a contentlet in the content API response, so I can track the history of the content.
Currently, we have:
modUser
: user idmodUserName
: Full nameowner
: creator user idmodDate
: not sure what date this ispublishDate
: publish dateAcceptance Criteria
We need to add
Proposed Objective
Core Features
Proposed Priority
Priority 2 - High
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.:
N/A
Assumptions & Initiation Needs
Quality Assurance Notes & Workarounds
The text was updated successfully, but these errors were encountered: