Skip to content

Added a new faq#907

Merged
bharathk08 merged 1 commit intodevfrom
DOC-1166
Feb 3, 2026
Merged

Added a new faq#907
bharathk08 merged 1 commit intodevfrom
DOC-1166

Conversation

@Nandhini4501
Copy link
Contributor

@Nandhini4501 Nandhini4501 commented Feb 3, 2026

  1. Added a new FAQ as per the ticket https://testsigma.atlassian.net/browse/DOC-1169
  2. Updated an existing doc as per the ticket https://testsigma.atlassian.net/browse/DOC-1166
  3. Updated an existing doc as per the ticket https://testsigma.atlassian.net/browse/DOC-1168
image

Summary by CodeRabbit

  • Documentation
    • Added new FAQ explaining proxy routing issues during agent installation with resolution steps.
    • Updated Jira integration documentation with corrected image references.
    • Added Windows iTunes installation requirement to iOS configuration prerequisites.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 3, 2026

📝 Walkthrough

Walkthrough

This PR adds a new FAQ document addressing proxy-related installation errors for the Testsigma Agent, updates image references in Jira integration documentation, and adds Windows iTunes prerequisites to iOS configuration docs.

Changes

Cohort / File(s) Summary
Testsigma Agent Proxy Troubleshooting
src/pages/docs/FAQs/web-apps/why-does-the-try-again-error-appear-while-installing-the-testsigma-agent-in-a-proxy-environment.md
New FAQ page explaining "try again" error causes during agent installation in proxy environments and providing four-step resolution guidance including proxy domain allowlist configuration.
Jira Integration Documentation
src/pages/docs/atto/generative-ai/integrations/jira.md
Updated image references for Jira Toggle and Jira Details screenshots to new image URLs.
iOS Configuration
src/pages/docs/configuration/ios-settings.md
Added Windows prerequisites requirement for iTunes installation and updated image reference for the "Select an App ID" step.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • bharathk08

Poem

🐰 Hop, hop, and docs take flight,
Proxy paths now set just right,
Images refreshed, iOS tips in place,
Testsigma Agent runs the race! 🚀

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title 'Added a new faq' is only partially related to the changeset; it refers to adding a FAQ but ignores two significant documentation updates to existing docs (Jira integration and iOS settings). Update the title to reflect all changes, such as 'Add proxy error FAQ and update integration/iOS docs' or similar to capture the complete scope of the changes.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch DOC-1166

Important

Action Needed: IP Allowlist Update

If your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:

  • 136.113.208.247/32 (new)
  • 34.170.211.100/32
  • 35.222.179.152/32

Failure to add the new IP will result in interrupted reviews.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In
`@src/pages/docs/FAQs/web-apps/why-does-the-try-again-error-appear-while-installing-the-testsigma-agent-in-a-proxy-environment.md`:
- Line 28: The markdown contains an incorrect wildcard domain notation
'***.local**'; replace that exact token with the standard wildcard '*.local' so
the documentation shows the correct single-asterisk wildcard form (search for
the string '***.local**' in the file and update it to '*.local').
🧹 Nitpick comments (1)
src/pages/docs/atto/generative-ai/integrations/jira.md (1)

40-40: Consider using "Username" as one word.

Modern style guides recommend writing "Username" as a single word rather than "User Name". This aligns with common UI conventions and improves consistency.

📝 Suggested change
-3. On the **Jira Details** prompt, enter **Account URL**, **User Name**, **API Key** and click on **Save & Enable**.
+3. On the **Jira Details** prompt, enter **Account URL**, **Username**, **API Key** and click on **Save & Enable**.

## **Steps to Resolve the Issue**

1. Update your proxy configuration to allow the following domains:
- ***.local**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Correct the wildcard domain notation.

The notation ***.local** is incorrect for wildcard domains. Standard wildcard notation uses a single asterisk.

🔧 Proposed fix
 1. Update your proxy configuration to allow the following domains:
-   - ***.local**
+   - **\*.local**
    - **local.testsigmaagent.com**
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- ***.local**
1. Update your proxy configuration to allow the following domains:
- **\*.local**
- **local.testsigmaagent.com**
🤖 Prompt for AI Agents
In
`@src/pages/docs/FAQs/web-apps/why-does-the-try-again-error-appear-while-installing-the-testsigma-agent-in-a-proxy-environment.md`
at line 28, The markdown contains an incorrect wildcard domain notation
'***.local**'; replace that exact token with the standard wildcard '*.local' so
the documentation shows the correct single-asterisk wildcard form (search for
the string '***.local**' in the file and update it to '*.local').

@bharathk08 bharathk08 merged commit 099dbd2 into dev Feb 3, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants