Hi,
Jira app stopped working. Unfortunately I don't know if yesterday app update broke it or it was broken after I unpadded to BigSur Beta.
Basically I start Jira, it shows me initial screen with Sign In button. I press this button, system persuasion dialog pops up (see attachment), after I press "Continue" I have indefinite spinner.
Tried to remove and reinstall Jira app from the App Store - same issue.
OS: Lates macOS BigSur Beta (20A5395g).
Bob,
I am not able to import data of Components.
After executing the .csv file the command message "This funcation require a non-blank value for parameter : issue"
-KP
Thnaks Bob.
I am able to import the attachement
but i am facing problem in updating Component i am using "updateComponent" action .
Following field in my .csv file
Action Issue Project Component
updateComponent XX-2054 XX OPR Login
updateComponent XX-2065 XX Finalist Login
And Import.properties fiels has following fields :
field.issue = issue
field.project = Project
field.Component = Components
Please update me if i am missing any step.
-KP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What problem are you seeing? I would note that your update isn't changing anything for the component.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bob,
My import propertry file is below for above .csv file
field.Type = Type
field.issue = issue
field.project = Project
field.file = file
Please correct me !
-KP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bob,
Below is my .csv file that i am imporating :
<colgroup><col width="80"> <col width="106"> <col span="2" width="64"> <col width="324"> </colgroup>
| Action | Type | Issue | Project | file |
| CreateIssue | AddAttachment | Eeir-2054 | Eeir | C:\jiraCliLatest\1.xlsx |
| CreateIssue | AddAttachment | Eeir-2065 | Eeir |
C:\jiraCliLatest\2.xlsx
|
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bob,
Apart from "file" column what other column i have to add in .csv file. Please also let me update if there is any change in current command.
Regards,
Kailash Pathak
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Look at the addAttachment action and the parameters that is provides.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Attachments cannot be added on the same line as creating an issue. You can either follow this example or have a separate csv file to do all the attachments - the difficulty there is associating the attachment with the issue key it is intended for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please also let me know the changes i have to do in curreent command :
jira.bat --server https://xxxxx.com/jira--user xxxx --password "xxxx" --action runFromCsv --file import.csv --propertyFile import.properties --common --continue
Thanks a lot for you help!
KP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Bob!
Can you please help me on .CSV file, i mean column name i have to include / remove from current .csv file that i am using for normal Issue import.
Currently following column in my .csv file to import the issue
Action (CreateIssue)
Type (Story)
Objective (ABC)
Component (Test)
Status (Open)
Priortys (Major)
Labels (Test)
Assignee (KP)
Please Help !
-KP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Follow the example . The current command should work. You will need to add the file column.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.