variable
3 TopicsSetting DevOps Pipeline variable
I have created a DevOps Pipeline that is triggered when the developer checks in the code. the pipeline has a branch, dependent on the value of a Pipeline library variable. I don't want to require the developer to have to change the variable in DevOps each time before they check in the code. I am looking for a way to control that from within Visual Studio Professional I thought that i could create a JSON file that contains the variable and the developer would set the value in the file before checking in. I could have the first pipeline step set the variable and then the following steps could use the value. I have not found a task that would do that. Could someone recommend a task to me? Or is there a better way to do this? thanks1.1KViews0likes0CommentsUser to not be notified unless they are assigned an item
Thank you so much for all help and assistance as I am unable to create a part of the solution to my issue. My goal:Ensuring that a user is not notified unless they are assigned an item at least 15 minutes from the last time the flow was executed with them being the assignee Setup: Currently, I have aflow that's triggered when an item is changed in a SharePoint list. It gets the changed item and checks if the "PMAssigned" column has changed. If it has, it stops editing permissions for that item and grants access to the user assigned to the lead. If the time elapsed since the last notification is greater than 15 minutes and the user assigned to the lead has changed, it sends an email to the new user. The condition is slightly incorrect because it checks to see if the user assigned to the lead has changed since last time, but rather it needs to check if that user in the last15 minutes, has had the flow executed with them being the assignee. Please let me know if you have any questions or concerns.