I have read this article: https://community.atlassian.com/t5/Jira-questions/How-to-authenticate-to-Jira-REST-API/qaq-p/814987 Also able complete basic authentication login on a standard Jira server ...
Hi, I have a excel file stored on confluence with data that needs to be updated now and then. I want to be able to open the excel file stored on confluence in edit mode and add data to the fi...
Hi all, I'm working with Excel to access the xml data, in my test case, access a specific ticket. I'm using the handy VBA function created by Tim Hall. This seems to be widely used. I successfully...
Hi, is there a good and maintained plugin for Bitbucket Server to navigate code with CTRL+Click for .Net (C# + VB.Net) ? I found Code Navigation for Bitbucket | Atlassian Marketplace ...
Hello, I have multiple excel files regarding my projects in my computer and I have also pages for every project in my company's confluence space. So when the excel is updated, I wanna update automati...
...sxml3.dll This the code I'm using Public Sub setStatus(ByVal issueId As Long) Dim oJIRA As Object Set oJIRA = CreateObject("MSXML2.XMLHTTP") With oJIRA .Open "POST", sURL &a...
I have successfully extracted a number of documents we have in Jira Work Management and parse the XML and put data into an access database to make some queries and reports. Now I want to automate th...
I am wondering how to get the specific attachment link/url from a Jira issue using VBA. Let's say my jira issue is FXX-123 and has multiple attachments. I would like to get the link only for the atta...
...ith ActiveSheet.Cells(rs, 8).Value = ResponseTxt Set JiraService = Nothing Next End Sub ' Module CommonFunction Public Function EncodeBase64(text As S...
Hi, everybody! I’m trying to get the active Sprint ID using REST API in VBA Excel. I successfully got authentication, but when I try to get the Sprint ID, I have got the following mess...
Hi everyone I am writing a script in VBA to pull issues from my server and populate it into Excel. Everything is working the only problem being I have to manually enter the number of elements in the ...
I followed this guide: https://developer.atlassian.com/server/jira/platform/basic-authentication/ I entered the line into command prompt: "curl -H "Authorization: Basic MYBASE64STRING" -X GE...
So in JIRA if you export the issues (Export->CSV) you get get it into Excel. I am trying to make a button in Excel using VBA that will get the data for me. How do I do this? (Not using cloud). Tha...
Hello Jira Community I am trying to develop a little Excel tool to access to Jira's table and hopefully be able to modify several records at once depending on epic and other criterias. But for the ...
I am looking for an end to end working example, I have been to all the links I can find, but have been unable to put together a working vba version. Any help would be most appreciated &n...
columnaIdJira = Sheets("Params").Range("B4") sUsername = Sheets("Params").Range("B2") sPassword = Sheets("Params").Range("B3") 'Se codifica las credenciales en Base64 para poder realizar la conexi...
Session (cookie) has been successfully created api/2/issue/{issueIdOrKey} ,api/2/field all work OK. Only api/2/search with a jql query (to search for a specific project) returns error. (Works...
I'm working on a project in MS Excel. The VBA source code is stored in modules. I can check in/out the whole XLSX file but is there a way to compare side by side the modules source code? The o...
I am able to create parent and sub-task with below format json using VBA. But, my requirement is to create parent and sub-task together. So, I will not be able to provide the id/key for the par...
Trying to add new user, by posting user details in to REST API: "/rest/api/2/user". If i use postman utility then it works fine. But, if i use VBA code for the same then it throws the error "This re...
Hi, I am trying to logon to JIRA using VBA and access a predefined filter for issues and then export it as a JSON file. I took help from old posts on this forum but so far no success in getting the...
Hello I'm attempting to write code that will allow an issue to be created in Excel and uploaded to the project as with VBA. I#ve read a bit about it from the community but my understanding of VBA is ...
Hi Guys, i created macro where i did output folder with 2 Excel files. And now i want to use my macro to push these files to remote repository. My idea is to copy my crea...
Hi Folks! I'm doing Confluence-Page synthesizing via VBA. Now I need to insert JIRA-Tickets into the page. When I just insert the URL into the HTML-Source-Code, the page ends up with displaying the...
Trying to get familiar with REST calls and require some assistance. The problem that I am facing is different behavour in two different projects on the same instance when called from two differe...
Copied to clipboard