Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Releases: devmoath/jira-php

v0.2.1

07 Jul 06:59

Choose a tag to compare

v0.2.0

09 Feb 05:20
fcdd43e

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

12 Feb 10:52

Choose a tag to compare

What's Changed

  • ✨ add download function for attachments #5 by @devmoath in #6

Full Changelog: v0.0.2...v0.1.0

v0.0.2

07 Feb 08:42

Choose a tag to compare

🧱 remove final keyword from classes to allow mocking in tests

Full Changelog: v0.0.1...v0.0.2

v0.0.1

16 Nov 11:59
08c4d63

Choose a tag to compare

Initial Release which contains:

  • Attachments:

    • get()
    • remove()
  • Customers:

    • create()
  • Groups:

    • create()
    • remove()
    • getUsers()
    • addUser()
    • removeUser()
  • Issues:

    • create()
    • bulk()
    • get()
    • delete()
    • edit()
    • archive()
    • assign()
    • getComments()
    • addComment()
    • updateComment()
    • deleteComment()
    • getComment()
    • getTransitions()
    • doTransition()
    • attach()
    • search()
  • Requests:

    • create()
  • Users:

    • update()
    • create()
    • remove()
    • get()

Full Changelog: https://github.com/devmoath/jira-php/commits/v0.0.1