Ankit Raj
SDET
Ajay George
Login to Jira
Enter your domain, email and token to get started.
Kundan Kumar
SDET
Why use Jira Wizard?
Jira Wizard empowers you to create and manage issues in a style that suits your workflow, with fully responsive interfaces for seamless project management.
Jira Wizard streamlines the process of setting up Jira Issues
Rest API
Built on top of a robust Rest API.
XLSX/JSON
Upload your xlsx/json files and get started.
Jira
No need to go to Jira, we got you covered.
Test Cases
Create Test Cases and add them to your Test Plan.
Customisable
Customise your xlsx/json file as per your needs.
Ligthning Fast
Create Issues/Test Cases in a jiffy.
Optimize your workflow with Jira Wizard's powerful bulk upload code
import openpyxl, requests, jsonurl, auth = "https://yourcompany.atlassian.net/rest/api/2/issue/", ("yourusername", "yourapikey")wb, sheet = openpyxl.load_workbook('issue_details.xlsx'), openpyxl.load_workbook('issue_details.xlsx').activefor row in sheet.iter_rows(min_row=2, values_only=True):summary, description, project_key, issuetype_name, assignee_id, priority, *components = rowpayload ={"fields":{"project": {"key": project_key},"summary": summary,"description":{"type": "doc", "version": 1,"content": [{"type": "paragraph","content": [{"text": description, "type": "text"}]}]},"issuetype": {"name": issuetype_name},"assignee": {"id": assignee_id},"priority": {"name": priority},"components": [{"name": component} for component in components if component]} }response = requests.post(url, headers={"Content-Type": "application/json"}, auth=auth, data=json.dumps(payload))if response.status_code != 201: print(f"Failed to create issue. Status code: {response.status_code}, response: {response.content}")else: print(f"Issue created successfully: {response.json()['key']}")
Created a new issue
"id":"42586","key":"NAV-232"
Severity
Moderate
Priority
Ankit Raj
SDET
Ankit Raj
Created a new issue
"id":"42586","key":"NAV-232"
Severity
Critical
Priority
Ankit Raj
SDET
Ankit Raj
Take your productivity to the next level with our upcoming features for Jira Wizard
Schedule Issue Creation
Schedule bulk issue creation for future dates and times.
Sub-Task Creation
Create sub-tasks for each issue created.
2
Types of files supported
100+
Issues creation with a single click
Support
Dedicated support for everyone
FREE
Open source with regular updates