Skip to content

Commit

Permalink
Added expand docs to project kind
Browse files Browse the repository at this point in the history
  • Loading branch information
lordsarcastic committed Dec 24, 2024
1 parent a066992 commit f307b14
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -528,13 +528,20 @@ Examples of blueprints and the relevant integration configurations:
<details>
<summary><b>Integration configuration</b></summary>

<h2>Selector configuration</h2>
The `project` kind has a selector property, `expand` that specifies additional fields to be included in the response. It accepts a comma-separated string that allows you to include more fields in the response data that can be used in the mapping configuration. Possible values are `description`, `lead`, `issueTypes`, `url`, `projectKeys`, `insight`.

If not specified, it defaults to `"insight"`.


```yaml showLineNumbers
createMissingRelatedEntities: true
deleteDependentEntities: true
resources:
- kind: project
selector:
query: "true"
expand: "description,lead,issueTypes,url,projectKeys,insight"
port:
entity:
mappings:
Expand Down

0 comments on commit f307b14

Please sign in to comment.