Skip to content

Commit

Permalink
Improve MQL Atlassian docs (#4618)
Browse files Browse the repository at this point in the history
Minor updates here

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Aug 30, 2024
1 parent 3e587f1 commit 16eab25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/atlassian/resources/atlassian.lr
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ atlassian.jira {
users() []atlassian.jira.user
// Jira projects
projects() []atlassian.jira.project
// Jira groups
// Jira issues
issues() []atlassian.jira.issue
// Jira groups
groups() []atlassian.jira.group
// Jira server info
serverInfos() atlassian.jira.serverInfo
}

// Issue
// Jira issue
atlassian.jira.issue @defaults("id createdAt") {
// Issue ID
id string
Expand Down

0 comments on commit 16eab25

Please sign in to comment.