Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
75c195f5
Commit
75c195f5
authored
Nov 10, 2020
by
Eulyeon Ko
Committed by
Jan Provaznik
Nov 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the documentation for emailsDisabled field
Make the description to be more explicit.
parent
c7c3323e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
app/graphql/types/issue_type.rb
app/graphql/types/issue_type.rb
+1
-1
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+2
-2
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+2
-2
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+2
-2
No files found.
app/graphql/types/issue_type.rb
View file @
75c195f5
...
...
@@ -75,7 +75,7 @@ module Types
description:
'List of participants in the issue'
field
:emails_disabled
,
GraphQL
::
BOOLEAN_TYPE
,
null:
false
,
method: :project_emails_disabled?
,
description:
'Indicates if a project has email notifications disabled'
description:
'Indicates if a project has email notifications disabled
: `true` if email notifications are disabled
'
field
:subscribed
,
GraphQL
::
BOOLEAN_TYPE
,
method: :subscribed?
,
null:
false
,
complexity:
5
,
description:
'Indicates the currently logged in user is subscribed to the issue'
field
:time_estimate
,
GraphQL
::
INT_TYPE
,
null:
false
,
...
...
doc/api/graphql/reference/gitlab_schema.graphql
View file @
75c195f5
...
...
@@ -7646,7 +7646,7 @@ type EpicIssue implements CurrentUserTodos & Noteable {
dueDate
:
Time
"""
Indicates
if
a
project
has
email
notifications
disabled
Indicates
if
a
project
has
email
notifications
disabled
:
`
true
`
if
email
notifications
are
disabled
"""
emailsDisabled
:
Boolean
!
...
...
@@ -10185,7 +10185,7 @@ type Issue implements CurrentUserTodos & Noteable {
dueDate
:
Time
"""
Indicates
if
a
project
has
email
notifications
disabled
Indicates
if
a
project
has
email
notifications
disabled
:
`
true
`
if
email
notifications
are
disabled
"""
emailsDisabled
:
Boolean
!
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
75c195f5
...
...
@@ -21191,7 +21191,7 @@
},
{
"name": "emailsDisabled",
"description": "Indicates if a project has email notifications disabled",
"description": "Indicates if a project has email notifications disabled
: `true` if email notifications are disabled
",
"args": [
],
...
...
@@ -27886,7 +27886,7 @@
},
{
"name": "emailsDisabled",
"description": "Indicates if a project has email notifications disabled",
"description": "Indicates if a project has email notifications disabled
: `true` if email notifications are disabled
",
"args": [
],
doc/api/graphql/reference/index.md
View file @
75c195f5
...
...
@@ -1272,7 +1272,7 @@ Relationship between an epic and an issue.
|
`discussions`
| DiscussionConnection! | All discussions on this noteable |
|
`downvotes`
| Int! | Number of downvotes the issue has received |
|
`dueDate`
| Time | Due date of the issue |
|
`emailsDisabled`
| Boolean! | Indicates if a project has email notifications disabled |
|
`emailsDisabled`
| Boolean! | Indicates if a project has email notifications disabled
:
`true`
if email notifications are disabled
|
|
`epic`
| Epic | Epic to which this issue belongs |
|
`epicIssueId`
| ID! | ID of the epic-issue relation |
|
`healthStatus`
| HealthStatus | Current health status. Returns null if
`save_issuable_health_status`
feature flag is disabled. |
...
...
@@ -1541,7 +1541,7 @@ Represents a recorded measurement (object count) for the Admins.
|
`discussions`
| DiscussionConnection! | All discussions on this noteable |
|
`downvotes`
| Int! | Number of downvotes the issue has received |
|
`dueDate`
| Time | Due date of the issue |
|
`emailsDisabled`
| Boolean! | Indicates if a project has email notifications disabled |
|
`emailsDisabled`
| Boolean! | Indicates if a project has email notifications disabled
:
`true`
if email notifications are disabled
|
|
`epic`
| Epic | Epic to which this issue belongs |
|
`healthStatus`
| HealthStatus | Current health status. Returns null if
`save_issuable_health_status`
feature flag is disabled. |
|
`humanTimeEstimate`
| String | Human-readable time estimate of the issue |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment