How to validate Jira webhook event with symmetric key using java
Stack Overflow » Jira
by Afsar
8h ago
I am trying to validate whether an event received my end from Jira webhook is valid and safe to use. I am using java code and trying to validate but its failing with message "JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted." Step 1: I created a webhook for Jira api so that I I delete a comment, I should get notification event. Used api is: https://api.atlassian.com/ex/jira//rest/api/2/webhook with secret key "secret": "MySecretKey" Webhook is created successfully and I am bale to get event at ny webhook url. In header section ..read more
Visit website
I'm encountering an issue while editing the Atlassian Jira Software Cloud plugin
Stack Overflow » Jira
by Saryah Gothen
3d ago
I'm trying to install the Atlassian Jira Software Cloud plugin, but I'm encountering an issue where the test connection fails with a 'connection timed out' error'. This happens because Jenkins is making a direct call without going through the proxy. I'm currently attempting to modify the code of the Atlassian Jira Software Cloud plugin to enable direct calls through the proxy. but am stile facing same issue ('connection timed out' error) This is the code undergoing modifications, and the portion highlighted in red is my addition to the code. (https://i.sstatic.net/AJQLqjC8.jpg) this is config ..read more
Visit website
In Jenkins "Jira: Add related environment variables to build"
Stack Overflow » Jira
by Rahul Kumar
3d ago
In Jenkins "Jira: Add related environment variables to build" this not able to fetch the issue key from the console log. In my console log i have commit messsage in which issue key is mentioned "Commit message: "BARBLD-4091: Jenkins connectivity". please help to solve this issue. I have to update jira issue with customised comment. I am using freestyle job. and able to connect jira jenkins successfully ..read more
Visit website
How to setup a unit test for atlaskit component UserPicker using react testing library & JEST?
Stack Overflow » Jira
by Ansh Chandarana
4d ago
I am using a atlaskit component UserPicker in my JIRA Custom UI application. I need to setup a unit test for it. But I cannot find a way to 'expect' the component on the screen. I have tried using ByRole, ById and ByLabel to expect the UserPicker but it didn't work. It would be really helpful if someone can me guide me on how to setup a unit test for atlaskit components like UserPicker ..read more
Visit website
How to raise an issue in one Jira service management project, but get a ticket created in another
Stack Overflow » Jira
by barbara weir
5d ago
Since I have many different service desks available on the portal, I want to create a main project that will contain a form with some conditions. Based on the user's choices, the user will be taken to the form fields relevant to the service desk they are trying to contact. The aim is not to create tickets in the main project, but in the relevant project where the request is going to be handled. Any idea how to handle the creation of the ticket in the desired ServiceDesk project? Project created with the relevant form. So far, automation does not fully do what I am trying to achieve ..read more
Visit website
Integrate and Run Cucumber Based Integration Tests from Zephyr
Stack Overflow » Jira
by DeeP
1w ago
I have a repository of cucumber tests written with Maven. I want to expose these to the zephyr so that when I execute the test case, it can directly run the suite of integration tests. I'm going to pass a set of tags to the integration test suite. I see there are cucumber BDD integration available but they only allow you to write Gherkin files and you need to manually export them to the test repository and run them, and then come back to Zephyr to upload the results. I'm looking to automate this process ..read more
Visit website
Identify user using a secondary attribute (not User ID)
Stack Overflow » Jira
by Pkx18
1w ago
I'm working on Jira OnPremise and I've been asked to study different possibilities regarding authentication. The existing instance is populated by ADFS through an LDAP connection and the authentication is delegated to the AD. I'm currently wondering about the following implementation: User provisioning through Microsoft AD (OnPrem) (already set) Delegated authentication through Azure AD Users from Microsoft AD are synced with Azure AD (already set) The reason why I don't want to be directly provisioned by Azure AD is that in Azure AD you can have multiple groups with the same name but not in ..read more
Visit website
How to parallelize Python Jira search_issues
Stack Overflow » Jira
by donjuardo
1w ago
What is the fastest way to parallelize the search_issues method from the Python Jira library? ... tickets = jira.search_issues(args.query, maxResults=False) ... The above method call can take a long time to return when searching over a considerable amount of Jira issues. I do not know beforehand how many virtual CPU cores the script will run on. I could not find a way to use threads or aiohttp because the search_issues method is not a plain HTTP GET ..read more
Visit website
How to Authenticate Jira via c# SDK
Stack Overflow » Jira
by Master
1w ago
I am using this SDK https://bitbucket.org/farmas/atlassian.net-sdk/src/master/ to interact with Jira. var client = Atlassian.Jira.Jira.CreateRestClient(new JiraRestClient("https://xxxxx.atlassian.net", "xxxx%40gmail.com", "xxxx")); // use LINQ syntax to retrieve issuesjira.CreateIssue("My Project"); var issue = client.CreateIssue("TestProject"); issue.Type = "Bug"; issue.Priority = "Major"; issue.Summary = "Alert Testing"; var result = await issue.SaveChangesAsync(); Unfortunately when I run this code, it says You are not authenticated. Authentication required to perform this operation. I tr ..read more
Visit website
Jira Insights: Project Settings -> Estimation Method
Stack Overflow » Jira
by Susannah Bear
1w ago
I am attempting to use the "Insights" feature on my sprint board. I get the following error after clicking "Insights": *We don’t currently support your estimation setting. This insight only supports story points, issue count, or time estimation. * I have the following options in my project's Estimation Method dropdown menu when I go to Configure Board: QA Story Point Estimate Original time estimate Dev Story Point Estimate Resolution Attempts Time Spent on RCA Timebox (in days) Total Story Point Estimate Issue Count When I select "QA Story Point Estimate" then the insights work. But that's o ..read more
Visit website

Follow Stack Overflow » Jira on FeedSpot

Continue with Google
Continue with Apple
OR