Git Product home page Git Product logo

s2c's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ I'm working on some opensource projects, written mostly in Python.
  • ๐ŸŒฑ Using Javascript to build fast web apps (Node.js and react).
  • ๐Ÿ’ฌ Ask me about integrating apps or building custom APIs
  • ๐Ÿ“ซ How to reach me: support[at]elfapp.website for consulting purposes or reporting a security issue. Any questions should be posted on the respective repo issue.
  • โšก Fun fact: I love programming in Python and I create scripts often that helps automate other stuff.

Prince's GitHub stats

Tools that I've made

jiraone is REST API implementation of Jira API for creating reports and performing other API related task.
BOP is Jira cloud addon for user and group management.
mistyfy A package that helps encrypts strings and returns an encrypted version of it. Customize your own cipher and encode your data the way you like it.

Top Langs

Visitors

s2c's People

Contributors

princenyeche avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

darknos

s2c's Issues

Login problem

Hi Prince,

First of all, thanks a lot for the code for transferring attachments from one Jira instance to another.
I am trying to transfer attachments from Server to Datacenter but facing some problem regarding Server Login (Error: Server credentials might be wrong) but I have tried multiple times with correct login details, same error I am getting. May be Jira login module is not working correctly for me.

I am able to login into Server using the below basic login, Could you please release another version of your code which includes the below login, so that it will be useful for all those persons who are facing similar problem.
Thank you so much.

[
from jira import JIRA
jiraOptions = {'server': "http://localhost:8080/"}
jira = JIRA(options=jiraOptions, basic_auth=("user1", "admin"))
for singleIssue in jira.search_issues(jql_str='project = "Test Software Project" and issuetype = Story'):
print('{}: {}:{}'.format(singleIssue.key, singleIssue.fields.summary,
singleIssue.fields.reporter.displayName))
]

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.