Skip to content

nukdcbear/JIRA_ClientProto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JIRA Project, Issue and Filter Creation Automation - Prototype

Code created for prototyping work with a client to create new projects, issues and filters within JIRA programmatically.

Examples of how to:

  • Create JIRA Project (limited functionality exposed by Atlassian for project creation) via SOAP API for v6.x
  • Create Issues via SOAP APO for v6.x
  • Create Filter via REST API (good for v6.x-7)

Miscellaneous exmaples:

  • Command line argument processing using jopt-simple library
  • Property file parsing using commons-configuration library

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages