Your Jira URL will be space you want to access data in. (ex: https://{your_input}.atlassian.net/ )
Then you will need to create an API token on your Jira account.
Your email address should be the same as the one used to login to Jira.
Application_Roles = [ {groups : [ String, ],name : String,default_groups : [ String, ],selected_by_default : Bool,defined : Bool,number_of_seats : Int,remaining_seats : Int,user_count : Int,user_count_description : String,has_unlimited_seats : Bool,platform : Bool,} ]
Audit_Records = [ {id : Float,summary : String,remote_address : String,author_key : String,author_account_id : String,created : String,category : String,event_source : String,description : String,} ]
All_dashboards = [ {id : Int,is_favorite : String,name : String,popularity : Float,self : String,} ]
Name of Dashboard, string type.
Description of Dashboard, string type.
Created_dashboard = {id : Float,is_favorite : String,name : String,popularity : Int,self : String,}
Application_Roles = [ {self : String,id : String,name : String,description : String,owner_self : String,owner_key : String,owner_account_id : String,owner_name : String,owner_avatar_url_48 : String,owner_avatar_url_24 : String,owner_avatar_url_16 : String,owner_avatar_url_32 : String,owner_display_name : String,owner_active : String,jql : String,view_url : String,search_url : String,favourite : String,favourited_count : Float,} ]
Issue ID, string type.
Issue_Watchers = [ {self : Url,account_id : String,display_name : String,active : String,} ]
Issue_Attachments = [ {id : String,self : Url,file_name : String,author : Url,author_key : String,author_account_id : String,author_name : String,avatar_url_48 : Url,avatar_url_24 : Url,avatar_url_16 : Url,avatar_url_32 : Url,display_name : String,active : String,created : String,size : Float,mime_type : String,content : Url,thumbnail : Url,} ]
Issue_Subtasks = [ {id : Float,type_id : Float,type_name : String,type_inward : String,type_outward : String,outward_issue_id : Float,outward_issue_key : String,outward_issue_self : Url,outward_issue_status : String,} ]
Issue_Descriptions = [ {type : String,text : String,} ]
Issue_Project = {self : Url,id : Float,key : String,name : String,project_avatar_url_48 : Url,project_avatar_url_24 : Url,project_avatar_url_16 : Url,project_avatar_url_32 : Url,project_category : Url,project_id : Float,project_name : String,project_description : String,simplified : String,style : String,total_issue_coun : Float,last_issue_update_time : String,}
Issue_Comments = [ {self : String,id : Float,author : Url,author_acc_id : String,author_display_name : String,author_active : String,author_text : String,} ]
Issue_Links = [ {id : String,type_id : Float,type_name : String,type_inward : String,type_outward : String,outward_issue_id : String,outward_issue_key : String,outward_issue : Url,outward_issue_status : String,inward_issue_id : Float,inward_issue_key : String,inward_issue : Url,inward_issue_status : String,} ]