Skip to content

Conversation

@samhotep
Copy link
Member

@samhotep samhotep commented Sep 9, 2024

Done

  • Created an endpoint to create issues for sites page requests, and save these requests to the database

QA

Setup

Requests

Make requests to /request-changes with a similar payload to the below

            {
                "due_date": "2022-01-01",
                "reporter_id": 1, # user id
                "webpage_id": 31,
                "type": 1,
                "description": "This is a description",
            }
  • Make a new webpage request (type: 0)
    • A subtask (issue) should be created for copy updates on the new epic
  • Make a page refresh request to update an existing webpage (type: 1)
    • A new epic should be created, with three subtasks for UX, Visual and Dev
  • Make a request to create a new webpage (type: 2)
    • A new epic should be created, with three subtasks for UX, Visual and Dev

Fixes

@akbarkz
Copy link
Contributor

akbarkz commented Sep 17, 2024

I received an error with the following text: User with email akbar.abdrakhmanov@canonical.com not found in Jira that doesn't sound right, since that's my email in Jira.

Co-authored-by: Akbar Abdrakhmanov <kz.akbar@gmail.com>
@samhotep samhotep merged commit b0120b4 into main Sep 19, 2024
7 checks passed
@samhotep samhotep deleted the add-jira-endpoint branch September 19, 2024 12:48
@github-actions
Copy link

github-actions bot commented Sep 5, 2025

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants