-
### Bug summary
**Problem**
When I request more than 100 max results (for example: `maxResults=200`) via:
```python
client.search_issues(jql_str=jql_str, maxResults=200)
```
I expect the clie…
-
need to add to
- [ ] https://docs.testomat.io/usage/jira-plugin/#how-to-unlink-a-suite
- [ ] later on it should be on Security page too
https://testomatio.slack.com/archives/C05P44ARHC2/p169516…
-
When a vulnerability name contains single quote such as ( Vulnerable version of the library 'jquery' found ), the script fails due to single quote being treated as part of JQL instead of search query.…
ghost updated
1 month ago
-
def issuekey = issue.key
def assignee = issue.fields.assignee?.displayName
def assigneeUsername = assignee ? "@${assignee.toLowerCase().replace(" ", ".")}" : ""
// Function to make REST API GET req…
-
At the moment, we are using JQL directly to fetch epic links for a given project. This is resulting in inconsistent behavior between Mattermost's epic selector and Jira's.
https://github.com/matter…
-
Documentation:
- https://docs.atlassian.com/software/jira/docs/api/REST/9.6.0/#api/2/
- https://www.atlassian.com/blog/jira-software/jql-the-most-flexible-way-to-search-jira-14
- https://www.atla…
-
I'm having trouble getting up and running with this library.
I'm trying:
`ExJira.Request.get_all("/search", "", "jql=key=SD-1000")`
It returns `{:ok, nil}`
The log says `ExJira.Request: Se…
-
When doing a JQL query using the exact summary matcher `summary ~`, tab characters `"\t"`, causes a `JIRA::HTTPError: Bad Request`.
``` ruby
issue_string = 'summary ~ "\"' + "\t" + '\""'
client.Issue…
-
When a project uses a JIRA filter to track issues that are up for grabs, the website should list the number of open issues (as it does for other trackers).
JIRA provides a REST API that can be used…
-
Hi!
Really like cuke-rest. While writing a test for the JIRA API I think I encountered a bug though...
It seems like the queryParam `Type=Shipment AND createdDate>=-1d` is encoded "once more" be…