Code Monkey home page Code Monkey logo

jira-client's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m Orest.
  • ๐Ÿ‘€ Iโ€™m interested in Football, FIFA 23, Sports predictions, Armed Forces of Ukraine.
  • ๐ŸŒฑ Iโ€™m currently learning Python, Go, ML.
  • ๐Ÿ“ซ You can reach me via email [email protected] or telegram @orastor

jira-client's People

Contributors

alnidok avatar goetzk avatar grausch avatar luisdalmolin avatar marijnotte avatar orastor avatar ruffomaker avatar spinx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jira-client's Issues

Add support for custom field types

Jira plugins are able to add new field types in which case this library can't be used to manage issues with those custom field types.

Would it be possible to allow to extend the existing field types (e.g. by specifying a callback which is then called before doing the mapping in Field:: getSaveValue())? Simply extending the Field class does not work for me as this also means I have to modify any class creating new instances of the Field class to use my own Field class.

Field type 'option-with-child' not supported

Adding a custom field which is of type "option-with-child" does not work with the current version of this library.

Example code:

$fluentIssueCreate->customField("12345", array("value" => "Foo", "child" => array("value" => "Bar")));

This worked till an update to JIRA 7.x as the previous JIRA version seem to used something else than "option-with-child" as field type.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.