Skip to content

Instantly share code, notes, and snippets.

View princenyeche's full-sized avatar
🎯
Focusing on the next app

Prince princenyeche

🎯
Focusing on the next app
View GitHub Profile
@princenyeche
princenyeche / api_search.py
Last active January 5, 2022 19:56
Run a Jira Advanced search and output the result.
import json
from collections import namedtuple
from jiraone import endpoint, LOGIN, echo, field
"""
Author: Prince Nyeche
License: MIT License
"""
# use the below JSON to create `config.json` configuration file
"""
{
@princenyeche
princenyeche / get_jsm_organizations.py
Last active March 29, 2022 20:24
This script helps to get the list of JSM organizations on a Jira instance and store it as a CSV file.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Author: Prince Nyeche
Script: Get JSM Organization List
Created: 25 December 2021
License: MIT License