Hello fellow community members,
While trying to create an object type mapping for a JSON import of Assets, the UI requires a value of 'Selector'. Though not indicated, but this is a required field.
The documentation available has no mention of this field and there is no help for this field.
Does anyone have an idea what is the expected value?
Documentation link: https://support.atlassian.com/jira-service-management-cloud/docs/how-to-map-object-type-references-when-importing/
Hi @Gaurav
it depends on the JSON format, for example:
{ "book": [ { "id": "01", "language": "Java", "edition": "third", "author": "Herbert Schildt" }, { "id": "07", "language": "C++", "edition": "second", "author": "E.Balagurusamy" } ] }
The selector for this JSON should be: book
I hope this helps.
Thanks, @Vilim Berger, this really helps.
It looks like you're new here. Sign in or register to get started.