▸case-01 A QA automation script needs to create a GitHub issue from a locally generated bug report Markdown file named bug_details.md without opening an interactive editor or putting the entire text inline. The developer suggests using gh issue create -m bug_details.md. What is the correct GitHub CLI flag to pass a file path for the issue body? | pass→pass | 4,080 | 4,046 | -1% | 1 | 1 | 0% | 731 | 736 | +1% | 0 | 0 | — |
▸case-02 When filing a defect via the Jira Cloud REST API v3 at POST /rest/api/3/issue, a developer sends {"fields": {"summary": "Crash on login", "type": "Bug"}}. The request fails with HTTP 400 Bad Request. Which JSON object key inside fields must be used to specify the issue type name? | pass→pass | 4,154 | 4,283 | +3% | 1 | 1 | 0% | 781 | 754 | -3% | 0 | 0 | — |
▸case-03 In a GitHub Issue Form YAML template (.github/ISSUE_TEMPLATE/bug_report.yml), a team wants to enforce that the 'Steps to Reproduce' text area cannot be left blank by the user. A contributor places required: true inside the attributes block of the element. Where in the element structure must the required: true constraint actually be placed? | pass→pass | 3,145 | 3,098 | -1% | 1 | 1 | 0% | 633 | 631 | -0% | 0 | 0 | — |
▸case-04 An engineer wants to submit user feedback / bug reports attached to a specific Sentry crash event ID via the Sentry REST API. They attempt to HTTP POST to /api/0/projects/{organization_slug}/{project_slug}/events/{event_id}/. What is the correct API endpoint path for submitting user feedback for a crash event? | pass→fail | 8,564 | 4,880 | -43% | 1 | 1 | 0% | 1,718 | 996 | -42% | 0 | 0 | — |
▸case-05 A backend script creates Jira bug tickets using POST /rest/api/3/issue. The payload includes {"fields": {"project": "PROJ", "summary": "Payment failure"}}. The API returns an error stating that project must be an object. How should the project field be structured in the JSON payload? | pass→pass | 3,987 | 4,240 | +6% | 1 | 1 | 0% | 688 | 851 | +24% | 0 | 0 | — |
▸case-06 A developer wants to submit a bug report titled 'Memory leak in worker' and automatically attach the labels 'bug' and 'high-priority' using a single non-interactive gh issue create command. What flag should be used to assign these labels? | pass→pass | 3,330 | 3,162 | -5% | 1 | 1 | 0% | 531 | 593 | +12% | 0 | 0 | — |
▸case-07 When filing a new bug using the Bugzilla REST API via POST /rest/bug, what HTTP request header must be included to authenticate using an API key rather than passing credentials in the URL parameters? | pass→pass | 3,248 | 3,217 | -1% | 1 | 1 | 0% | 630 | 561 | -11% | 0 | 0 | — |
▸case-08 A developer is writing a script to create a bug issue in Linear via its GraphQL API. They query mutation { createIssue(...) }. What is the exact GraphQL mutation name defined in the Linear API schema for creating an issue? | pass→pass | 2,788 | 2,803 | +1% | 1 | 1 | 0% | 413 | 492 | +19% | 0 | 0 | — |
▸case-09 When creating a bug ticket in Jira Cloud REST API using curl, an engineer attempts basic authentication using username:password in plaintext. Jira returns HTTP 401 Unauthorized. What credentials must be base64-encoded to form the Basic authorization token for Jira Cloud REST API? | pass→pass | 6,281 | 5,075 | -19% | 1 | 1 | 0% | 843 | 938 | +11% | 0 | 0 | — |
▸case-10 In a GitHub Issue Form YAML file, what field type value must be set under type: to render a multi-line text input field for capturing full error logs and stack traces? | pass→pass | 3,065 | 2,605 | -15% | 1 | 1 | 0% | 478 | 474 | -1% | 0 | 0 | — |
▸case-11 When submitting a critical bug via Jira REST API POST /rest/api/3/issue, a developer includes {"fields": {"priority": "Highest"}}. The request fails because priority requires an object representation. How should the priority field be formatted? | pass→pass | 6,211 | 3,992 | -36% | 1 | 1 | 0% | 943 | 771 | -18% | 0 | 0 | — |
▸case-12 When submitting a bug report using gh issue create, what command-line flag assigns the newly created issue directly to a specific GitHub user handle? | pass→pass | 2,714 | 2,660 | -2% | 1 | 1 | 0% | 379 | 440 | +16% | 0 | 0 | — |
▸case-13 When submitting a user report to the Sentry User Feedback endpoint POST /api/0/projects/{org}/{project}/user-feedback/, what key in the JSON request body links the feedback to the specific error instance? | pass→pass | 5,223 | 2,983 | -43% | 1 | 1 | 0% | 577 | 457 | -21% | 0 | 0 | — |
▸case-14 In the Linear GraphQL API issueCreate mutation input (IssueCreateInput), priority is represented as an integer. What integer value represents 'Urgent' priority in Linear's 0 to 4 scale? | fail→pass | 2,438 | 2,324 | -5% | 1 | 1 | 0% | 466 | 400 | -14% | 0 | 0 | — |
▸case-15 A DevOps engineer wants to create a bug issue with gh issue create and immediately add it to a GitHub Projects (v2) board named 'Q3 Triage'. What flag specifies the project board name or title? | pass→pass | 3,223 | 2,977 | -8% | 1 | 1 | 0% | 575 | 493 | -14% | 0 | 0 | — |
▸case-16 A project repository wants GitHub to automatically detect bug report templates. In which specific directory relative to the repository root must Markdown or YAML issue templates be stored? | pass→pass | 4,275 | 4,846 | +13% | 1 | 1 | 0% | 661 | 819 | +24% | 0 | 0 | — |
▸case-17 When creating a bug ticket via Bugzilla REST API POST /rest/bug, which JSON payload field specifies the short description or title of the defect? | pass→pass | 2,471 | 2,868 | +16% | 1 | 1 | 0% | 425 | 458 | +8% | 0 | 0 | — |
▸case-18 In Jira Cloud REST API POST /rest/api/3/issue, a developer sends {"fields": {"components": {"name": "Billing"}}}. The API rejects the request. How must the components field be structured in the JSON payload? | pass→pass | 5,539 | 3,745 | -32% | 1 | 1 | 0% | 1,043 | 669 | -36% | 0 | 0 | — |
▸case-19 When creating a bug issue in GitLab via its REST API v4, what HTTP method and endpoint URL structure are used to create an issue in project ID 123? | pass→pass | 3,909 | 3,332 | -15% | 1 | 1 | 0% | 709 | 613 | -14% | 0 | 0 | — |
▸case-20 A developer is using the GitHub CLI (`gh`) to open a Pull Request for a bug fix branch. They run `gh issue create --title 'Fix null pointer in UserService' --body-file description.md` thinking all GitHub submissions use `gh issue create`. What is the correct GitHub CLI command subcommand to create a pull request instead of an issue? | pass→pass | 2,834 | 2,548 | -10% | 1 | 1 | 0% | 386 | 471 | +22% | 0 | 0 | — |
▸case-21 A developer is automating GitLab tasks using REST API v4. To submit a new Merge Request for project ID 123, the script makes an HTTP POST request to `/api/v4/projects/123/issues`. Which API endpoint path should be used to create a Merge Request rather than an issue? | pass→pass | 2,362 | 4,229 | +79% | 1 | 1 | 0% | 411 | 474 | +15% | 0 | 0 | — |
▸case-22 A DevOps engineer wants to publish official release notes for tag v2.1.0 using the GitHub CLI. The engineer attempts to use `gh issue create --title 'Release 2.1.0'` to publish the release notes. What GitHub CLI command should be used to create and publish a release? | pass→pass | 3,892 | 4,495 | +15% | 1 | 1 | 0% | 763 | 835 | +9% | 0 | 0 | — |