Skip to content

Releases: devmoath/jira-php

v0.1.0

12 Feb 10:52
Compare
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
Compare
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
Compare
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