Skip to content

AlexanderWinters/jira_server_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira Server API (WIP)

Function for the Jira Server API.

This is a python script that contains function for the Jira API:

  • Bulk adding users and sending emails
  • Bulk creating projects
  • Getting project category IDs

You need the requests and python-dotenv libraries for python. Edit the SERVER environmental variable to match your server domain (not URL). The script default to the http protocol (will add functionality for https). To bulk create projects:

  • Run the script to get all the project category IDs.
  • Find your project category and then it's ID.
  • Edit the CATEGORY_ID variable and add the key for your category.
  • Edit the PROJECT_KEY. Needs to be short.
  • Edit the PROJECT_PREFIX. the prefix to the group name, as project name.
  • Create a .csv file with group_number, group_name, project_leader.

About

Function for the Jira Server API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages