You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check the Add-JiraIssueWatcher generated markdown help for example 3.
Expected behavior
Equivalent of
-------------------------- EXAMPLE 3 --------------------------
Get-JiraIssue -Query 'project = "TEST" AND created >= -5d' | % { Add-JiraIssueWatcher "fred" }
This example illustrates adding watcher on all projects which match a given JQL query. It would be best to validate
the query first to make sure the query returns the expected issues!
Actual behavior
Cropped version
### EXAMPLE 3
```
= -5d' | % { Add-JiraIssueWatcher "fred" }
```
This example illustrates adding watcher on all projects which match a given JQL query.
It would be best to validate the query first to make sure the query returns the expected issues!
Environment data
v0.9.0
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Take https://github.com/AtlassianPS/JiraPS and generate help for the module (commit 1cdc0cb, tag v2.4.4).
New-MarkdownHelp -Module JiraPS -OutputFolder platyPS-docs
.Check the
Add-JiraIssueWatcher
generated markdown help for example 3.Expected behavior
Equivalent of
Actual behavior
Cropped version
Environment data
v0.9.0
The text was updated successfully, but these errors were encountered: