Git Product home page Git Product logo

laravel-jira-rest-client's People

Contributors

analytical42 avatar dependabot[bot] avatar kn0x1c avatar rfreij avatar rjvandoesburg avatar wittev1 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

laravel-jira-rest-client's Issues

Override the oAuth middleware

Hi there,

In my application i use oAuth to authenticate the users. In my own OAuthController where i do the oAuth dance, i store the received tokens in the Database in relation to the user. My problem is now:

I want to use the stored tokens for the requests. Where i can clearly override or add a own OAuth Middleware where i get the tokens from the database instead of the session?

Or is my way not good and anyone have a better solution for this case?

oAuth

Hi, can you possibly explain how it works exactly with the oAuth?

How to do async request?

I have an array of Jira issues id and I want to iterate over each id and get the details of all the issues. I do not want to do it synchronously. How can I achieve this?

Laravel 8 support

Hey! I'm getting this error when installing with composer require on Laravel 8.2:

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for rjvandoesburg/laravel-jira-rest-client ^1.0 -> satisfiable by rjvandoesburg/laravel-jira-rest-client[1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5].
- Can only install one of: guzzlehttp/guzzle[7.0.1, 6.5.x-dev].
- Can only install one of: guzzlehttp/guzzle[6.5.x-dev, 7.0.1].
- Can only install one of: guzzlehttp/guzzle[6.5.x-dev, 7.0.1].
- Conclusion: install guzzlehttp/guzzle 6.5.x-dev
- Installation request for guzzlehttp/guzzle (locked at 7.0.1, required as ^7.0.1) -> satisfiable by guzzlehttp/guzzle[7.0.1].

composer require error

Hello,

I need to use a jira client and i wnat t use this package, but i can't download it via composer require https://github.com/rjvandoesburg/laravel-jira-rest-client.git.
It says:
Could not parse version constraint //github.com/rjvandoesburg/laravel-jira-rest-client.git: Invalid version string "//github.com/rjvandoesburg/laravel-jira-rest-client.git"

And composer also reported a description : The property description is required error, when I run composer validate on the composer json.

Create project

How can I create a project?

Call: (/rest/project-templates/1.0/createshared/)

Wrong namespace for class WorkflowRequest

When installing your package with composer, got notification:

Class Atlassian\JiraRest\Requests\User\WorkflowRequest located in ./vendor/rjvandoesburg/laravel-jira-rest-client/src/Requests/Workflow/WorkflowRequest.php does not comply with psr-4 autoloading standard. Skipping.

The correct namespace could be:
namespace Atlassian\JiraRest\Requests\Workflow;

Get / Set Project Avatars / Logos

Is it possible with this Rest API to get and set project avatars (logos)?

My web application synchronizes projects with Jira in both directions.

Due to this, I need to be able to sync existing projects to my web application and new projects from my web application should be synced to Jira (incl. an project avatar / logo which was uploaded to my web application by a user).

When I get the details of a single project, this includes the avatar URLs for multiple icon sizes, but when I try to get this image using file_get_contents() I always get a 403 forbidden error.

Documentation fix

Replace the lines
$issue = jira()->issues()->get('ISSUE-3');
and
$issue = \Jira::issues()->get('ISSUE-3');

For the correct implementation
$issue = jira()->issue('ISSUE-3')->get();
and
$issue = \Jira::issue('ISSUE-3')->get();

Clone Jira project settings, boards, issues, ...?

I have a Jira project with some default settings, sample tickets, a configured board and some already defined issues types as well as workflows.

I would like to create a new Jira project using this Rest API and clone everything from the Jira project template.

To be more specific: The following things needs to be cloned / copied:

  • Project settings
    • Issue types
    • Issue layout
    • Workflows
    • Fields
    • Components
    • People & Permissions
  • Issues
    • There are some sample issues, which I would like to clone / copy based on the requirements (so I only want to clone / copy those, which I need)
  • Kanban board
    • Incl. all board settings from the template project

Is this possible and if yes: How?

Related issue: #13

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.