Overview
Phinite’s Jira predefined tool lets workspace assistants call Jira APIs through DevStudio after you save a connection under Integrations → Predefined tools. Create, search, update, and transition Jira issues, add comments, andPredefined tools require a saved connection before they appear in Graph Studio’s tool picker. See Predefined Tools in GraphStudio.
What this integration enables
- Automate workflows using this predefined tool from agent graphs
- Connect once under Integrations and reuse across assistants
- Enable individual subtools per agent in Graph Studio
Required credentials
- See integration configuration fields in Phinite
Setup steps
- Create an Atlassian API token at id.atlassian.com/manage-profile/security/api-tokens.
- Use your Atlassian email, API token, and Jira site URL (e.g.
https://your-domain.atlassian.net). - Log into your Phinite workspace at app.phinite.ai
- Navigate to Integrations → Predefined tools
- Select Jira
- Click + Add Configuration
- Enter the credential fields listed above
- Select assistants that should use this connection
- Click Save Configuration
Configure in Graph Studio
- Open an agent in Graph Studio
- Select the agent node → Tools tab → Add a new tool
- Choose JiraTools (or search for Jira)
- Select your saved connection or add a new one
- Enable the subtools your workflow needs and save
Predefined tools
Phinite provides 7 subtools for Jira:- Get Issue: Retrieves issue details from Jira
- Create Issue: Creates a new issue in Jira
- Search Issues: Searches for issues using a JQL query
- Add Comment: Adds a comment to an issue
- Update Issue: Updates an existing issue
- Transition Issue: Transitions an issue to a different status
- Get Projects: Gets all accessible projects
Documentation & resources
- Official documentation:
https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/ - Phinite documentation: Jira
Notes
- Store API keys and tokens securely; many providers show secrets only once
- Use separate connections for Dev, UAT, and Prod environments where possible
- Test with a minimal subtool call after saving credentials

