Jira Initiate Workspace module
Initiate the JIRA workspace.
create_jira_directory(jira_dir)
Create the JIRA directory if it does not exist.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
jira_dir |
str
|
The JIRA directory. |
required |
Source code in jira_python_utils/jira_initiate_workspace.py
main(jira_id, logfile, outdir)
Initiate the JIRA workspace.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
jira_id |
str
|
The JIRA ticket identifier. |
required |
logfile |
str
|
The log file. |
required |
outdir |
str
|
The output directory. |
required |