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
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Description:
Currently, the get_pull_request method for Azure DevOps (ADO) repositories in alita_tools does not return details about the source and target branches of a pull request. This is important for PRODUCTION implementations of AI agent
Please enhance the method to include that information.
It appears that this data may already be available in the ADO API response. We just need to ensure the parsing logic in alita_tools captures and exposes it.
Maybe this inofrmation looks liket this:
Investigate if ADO API returns (maybe this something called sourceRefName and targetRefName - but please double check) - sourceRefName (e.g., refs/heads/npaulk/my_work), targetRefName (e.g., refs/heads/new_feature) OR you may need to fetch branch names from Links.
Including branch names improves automation workflows(e.g., branch-based CI/CD pipelines, code review, getting/pushing files to the right branch).
This information shouild already be available, but may be lost during parsing the pull request: