Hello,
I have a question regarding the custom field updates via REST API.
I am using a simple PUT command to update a date picker field in an issue in Jira DC, and I wanted to know if I also need to take care of the reindex of the issue or the index will be fine when the PUT command is executed?
Thank you
Re-index is automatic.
You can also verify it by doing a JQL search afterward, since JQL is solely based on indexes (apart from custom 3rd party functions pretty much). In any case, issue field values are all based on indexes as far as JQL goes, and incurring REST is logically the same as updating the issue in web UI - so yes, no need to worry about indexing.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.