Skip to content

jira integration updates#106

Merged
sallyom merged 1 commit intoambient-code:mainfrom
sallyom:demo-jira
Sep 23, 2025
Merged

jira integration updates#106
sallyom merged 1 commit intoambient-code:mainfrom
sallyom:demo-jira

Conversation

@sallyom
Copy link
Collaborator

@sallyom sallyom commented Sep 23, 2025

AFAICT with this PR:

  • Can upload and resync to Jira from specify, plan, and tasks but don't upload jira from ideate phase
  • Can now delete RFE-workload from UI
  • ideate phase optional - if no rfe.md then specify will use the RFE description instead.

if strings.Contains(req.Path, "plan.md") {
issueType = "Feature" // plan.md creates Features for now (was Epic)
}

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

will change the plan.md to use the issueType "Epic" in future

httpReq.Header.Set("Content-Type", "application/json")
httpReq.Header.Set("Authorization", "Basic "+base64.StdEncoding.EncodeToString([]byte(jiraEmail+":"+jiraToken)))
httpReq.Header.Set("Authorization", "Bearer "+jiraToken)
httpClient := &http.Client{Timeout: 30 * time.Second}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

we'll need both of these probably? cloud jira uses basic I think? but for now , this works with our test Jira.

Co-Authored-By: Claude <noreply@anthropic.com>
@sallyom sallyom merged commit bae8bfc into ambient-code:main Sep 23, 2025
5 of 6 checks passed
sallyom added a commit that referenced this pull request Oct 15, 2025
@sallyom sallyom deleted the demo-jira branch October 17, 2025 02:08
@bobbravo2 bobbravo2 added this to the v0.0.1 milestone Jan 30, 2026
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