Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bugfix] Resolve ticket update and creation failures #2007

Merged

Conversation

aliraza556
Copy link
Contributor

@aliraza556 aliraza556 commented Nov 29, 2024

Describe the chnages:

    {
        "UUID": "123e4567-e89b-12d3-a456-426614174000",
        "feature_uuid": "com1l5on1e49tucv350g",
        "Features": {
            "id": 0,
            "uuid": "",
            "workspace_uuid": "",
            "name": "",
            "brief": "",
            "requirements": "",
            "architecture": "",
            "url": "",
            "priority": 0,
            "created": null,
            "updated": null,
            "created_by": "",
            "updated_by": "",
            "bounties_count_completed": 0,
            "bounties_count_assigned": 0,
            "bounties_count_open": 0
        },
        "phase_uuid": "com1mvgn1e4a1879uiv0",
        "FeaturePhase": {
            "uuid": "",
            "feature_uuid": "",
            "name": "",
            "priority": 0,
            "created": null,
            "updated": null,
            "created_by": "",
            "updated_by": ""
        },
        "Name": "Test Ticket",
        "Sequence": 1,
        "Dependency": null,
        "Description": "This is a test ticket description",
        "Status": "DRAFT",
        "version": 0,
        "created_at": "2024-11-29T07:08:49.808171Z",
        "updated_at": "2024-11-29T07:08:49.808171Z"
    }

Closes: #2005
Closes: #2006

Evidence:

Table:

image

image

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have tested on Chrome
  • New feature (non-breaking change which adds functionality)
  • I have provided a screenshot of changes in my PR

@aliraza556
Copy link
Contributor Author

Hi @humansinstitute,Please review this PR.

@humansinstitute humansinstitute merged commit cec8684 into stakwork:master Nov 29, 2024
2 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.

[Bug] Ticket update failing on submission [Bug] Ticket creation on 'ticket editor' component load failing
2 participants